Skip to content

Repository files navigation

Next.js Template

A modern Next.js project with TypeScript, Tailwind CSS, and Biome.

Tech Stack

  • Framework: Next.js 15.4.4
  • Language: TypeScript
  • Styling: Tailwind CSS 4
  • Linting & Formatting: Biome
  • Package Manager: npm

Commands

# 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

Getting Started

  1. Install dependencies: npm install
  2. Start development: npm run dev
  3. Open http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages