Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 807 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 807 Bytes

nextjs-clean-template

Clean 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

NextJS version ^15

React version ^19

Other packages

Updated to latest version as of last commit (with npm update --latest)

Other Notes

  • removed NextJS boilerplate
  • added autoprefixer plugin/library

License

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