Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 376 Bytes

File metadata and controls

18 lines (13 loc) · 376 Bytes

Next.js Base Template

A minimal Next.js starter template with TypeScript and Tailwind CSS.

Getting Started

npm install
npm run dev

Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint
  • npm run type-check - Run TypeScript type checking