Create React App works on macOS, Windows, and Linux.
If something doesn’t work, please file an issue.
If you have questions or need help, please ask in GitHub Discussions.
npx create-d-template
- Choose your template & input your project name
cd your-app
npm install
npm start
Then open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build
.
Create-d-template include templates:
- NestJS with folder structure best practices
- NextJS with folder structure best practices
- ReactJS with create-react-app + tailwindcss & folder structure best pratices
- ReactJS with vite config
We'd love to have your helping hand on create-d-template
! See CONTRIBUTING.md for more information on what we're looking for and how to get started.
This project exists thanks to all the people who contribute.
Create D Template is open source software licensed as MIT