Skip to content

rozsival/nextjs-starter

Repository files navigation

🚀
Next.js Starter

Vít's starter template for Next.js v13

Next.js emotion TypeScript Babel ESLint Prettier Stylelint pnpm GitHub Actions


✅ Features

Minimalistic starter for Next.js projects with all the goodies 🤙

👨‍💻 Usage

  1. Select Use this template > Create new repository above
  2. Clone the created repository
  3. Run pnpm install
  4. Start coding and create something 😍

⚒️ Scripts

  • pnpm run build – creates production build with next build
  • pnpm run cz – starts CLI to create Conventional Commit
  • pnpm run dev – starts development server with next dev
  • pnpm run eslint – checks code with eslint
  • pnpm run eslint:fix – runs eslint with auto-fix
  • pnpm run fix – runs all linters with auto-fix
  • pnpm run prettier – checks code format with prettier
  • pnpm run prettier:fix – runs prettier with auto-fix
  • pnpm run stylelint – checks your CSS-in-JS files
  • pnpm run stylelint:fix – runs stylelint with auto-fix
  • pnpm run qa – runs all linters in check-only mode
  • pnpm run start – starts server for last created production build
  • pnpm run ts - checks code with tsc