Simple next.js 14 starter template with everything pre-configured to get you started with development right away.
This template has all the simple things setup for you to get right into development with minimal configuration.
All my projects follows this structure, so I made a template for personal use. Thought it would help other devs who wants to start a new Next.js project.
Features
This template uses shadcn's Next.js app structure from shadcn/ui.
- Next.js 14+
/app
router - TypeScript
- Tailwind CSS
- shadcn/ui (Radix UI + Tailwind)
- Prettier (w/ auto sort imports and tailwind classes)
- SEO optimized
- Typesafe env, icons, and config
- Ready to use - jump right into development
Usage
pnpm create next-app -e https://github.com/redpangilinan/next-entree
You can check the repo here: Github Repository
Top comments (0)