NextJS Project Template

This is an example setup of Next.js. It add some basic tooling:

  • Basic eslint and prettiers with eslint-config-kentcdodds
  • Git Hooks using Husky
  • Commitlint & Commitizen Setup
  • Absolute Import

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/vzrenggamani/nextjs-project-quickstart nextjs-project-quickstart
# or
yarn create next-app --example https://github.com/vzrenggamani/nextjs-project-quickstart nextjs-project-quickstart