Clean (OPINIONATED) template for new NextJS projects
npx create-next-app@latest <PROJECT_NAME_HERE> --example="https://github.com/BakirGracic/nextjs-clean-template"
- TypeScript
yes
- ESLint
yes
- TailwindCSS
yes
src/
directoryyes
- App Router
yes
- Tubopack
yes
- Customized Import Alias (@)
no
- Removed NextJS boilerplate
- Implemented Tailwind v4
- Added most common files
- Integrated
feature
based file structure
This project is licensed with MIT License. See the LICENSE.md file for details.