Skip to content

Clean (OPINIONATED) template for new NextJS projects

License

Notifications You must be signed in to change notification settings

BakirGracic/nextjs-clean-template

Repository files navigation

nextjs-clean-template

Clean (OPINIONATED) template for new NextJS projects

Package Manager npm

Usage

npx create-next-app@latest <PROJECT_NAME_HERE> --example="https://github.com/BakirGracic/nextjs-clean-template"

npx Creation Settings

  • TypeScript yes
  • ESLint yes
  • TailwindCSS yes
  • src/ directory yes
  • App Router yes
  • Tubopack yes
  • Customized Import Alias (@) no

Notes

  • Removed NextJS boilerplate
  • Added common files
  • Integrated feature based file structure

License

This project is licensed with MIT License. See the LICENSE.md file for details.