Clean 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
Updated to latest version as of last commit (with npm update --latest
)
- removed NextJS boilerplate
- added
autoprefixer
plugin/library
This project is licensed with MIT License. See the LICENSE.md file for details.