imcatwhocode / next-starter

πŸ™ˆ Opionated Next.js starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js

This is an opionated Next.js template with the following features:

  • App Router
  • TypeScript
  • ESLint, Prettier according to the Vercel Engineering Style Guide
  • Tailwind CSS
  • Commitlint with Conventionnal Commits rules and pre-commit hooks
  • Dockerfile (@flydotio/dockerfile)

Requirements

Node.js v20 and later.

Getting Started

# If you don't have yarn installed, install it via corepack
corepack enable

# Install deps
yarn

# Start dev server
yarn dev

# Lint and check formatting
yarn lint

# Build for production
yarn build

# Start production server
yarn start

About

πŸ™ˆ Opionated Next.js starter

License:MIT License


Languages

Language:JavaScript 39.7%Language:Dockerfile 29.4%Language:TypeScript 29.2%Language:CSS 1.7%