Next.js 14+ starter template with app router, shadcn/ui, typesafe env, icons, and configs setup

redpangilinan

redpangilinan

Posted on December 30, 2023

Next.js 14+ starter template with app router, shadcn/ui, typesafe env, icons, and configs setup

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
Enter fullscreen mode Exit fullscreen mode

You can check the repo here: Github Repository

💖 💪 🙅 🚩
redpangilinan
redpangilinan

Posted on December 30, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related