Skip to content

vault42/nextjs-starter

Repository files navigation

Next.js Starter Template

Project Purpose

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.

Tech Stack

  • 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

Getting Started

Install dependencies and start the development server:

pnpm install
pnpm dev

Open 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.


Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors