Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 335 Bytes

File metadata and controls

15 lines (11 loc) · 335 Bytes

backend

Production-ready Next.js + TypeScript starter (frontend + backend routes)

Features

  • TypeScript + Next.js 14
  • Component-driven UI
  • Deployment guide (Vercel)
  • Config-ready for quick prototyping

Quick start

  1. Install: pnpm install (or npm install)
  2. Run dev: pnpm dev
  3. Build: pnpm build & pnpm start