Skip to content

vllnt/next-template

Repository files navigation

next-template

Next.js 16 starter template with @vllnt/ui, @vllnt/eslint-config, and @vllnt/typescript.

Usage

Click "Use this template" on GitHub, or:

gh repo create my-app --template bntvllnt/next-template --clone
cd my-app
pnpm install
pnpm dev

Stack

Commands

pnpm dev          # Dev server
pnpm build        # Production build
pnpm start        # Start production server
pnpm lint         # Lint
pnpm lint:fix     # Auto-fix lint issues
pnpm check-types  # TypeScript check
pnpm format       # Format with Prettier

Customizing

  1. Update package.json: name, description
  2. Replace content in app/page.tsx
  3. Update metadata in app/layout.tsx

About

Next.js 16 starter — next-intl, MDX, Tailwind v4, @vllnt/ui

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors