Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 589 Bytes

File metadata and controls

36 lines (27 loc) · 589 Bytes

Next.js 16 Starter

Modern starter with Next.js 16, Tailwind v4, shadcn/ui, and Biome.

Create New Project

bun create smblee/nextjs-biome-shadcn-tailwind4-starter my-app
cd my-app
bun dev

Quick Start

bun i
bun dev

Commands

  • bun dev - Start development
  • bun build - Build for production
  • bun lint - Check code
  • bun format - Format code

What's Included

  • Next.js 16
  • Tailwind CSS v4
  • shadcn/ui components
  • Biome (linting + formatting)
  • TS env (environment variables)
  • Bun package manager
  • TypeScript
  • Git hooks with Lefthook