Skip to content

heeeyflo/next-starter

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published