A modern Next.js project with TypeScript, Tailwind CSS, and Biome.
- Framework: Next.js 15.4.4
- Language: TypeScript
- Styling: Tailwind CSS 4
- Linting & Formatting: Biome
- Package Manager: npm
# Development
npm run dev # Start development server with Turbopack
npm run build # Build for production
npm run start # Start production server
# Code Quality
npm run check # Type check + lint
npm run check:types # TypeScript type checking only
npm run check:lint # Biome linting only
npm run fix # Auto-fix linting issues
npm run format # Format code with Biome- Install dependencies:
npm install - Start development:
npm run dev - Open http://localhost:3000