This project provides a ready-to-use Next.js starter template for quickly building modern web applications. It comes with a pre-configured frontend tech stack and best practices, making it suitable for personal projects, enterprise apps, or learning purposes.
- Next.js 16: React-based framework for SSR and SSG
- TypeScript: Type-safe JavaScript superset
- Tailwind CSS 4: Utility-first CSS framework with dark mode support
- shadcn/ui: Customizable UI component library
- next-themes: Theme switching (light/dark mode) support
- ESLint + @antfu/eslint-config: Code quality and style checking
- pnpm: Fast, disk space efficient package manager
Install dependencies and start the development server:
pnpm install
pnpm devOpen http://localhost:3000 in your browser to see the result.
You can start editing the page by modifying src/app/page.tsx. The page will auto-update as you save changes.