Next.js 14+ starter template with app router, shadcn/ui, typesafe env, icons and configs setup.
pnpm create next-app -e https://github.com/redpangilinan/next-entree
npx create-next-app -e https://github.com/redpangilinan/next-entree
yarn create next-app -e https://github.com/redpangilinan/next-entree
bunx create-next-app -e https://github.com/redpangilinan/next-entree
.env.example
to .env.local
cp .env.example .env.local
This template uses shadcn's Next.js app structure from shadcn/ui.
/app
routerIf you are using a different package manager, be sure to update the package.json format scripts.
pnpm format:check
pnpm format