This repo contains a Next.js skeleton with Typescript and ESLint with pre-commit hooks.
curl https://codeload.github.com/diondree/nextjs-boilerplate/tar.gz/master | tar -xz nextjs-boilerplate-master
# Feel free to rename this directory
cd nextjs-boilerplate-master
Install it and run:
npm install
npm run dev
# OR
yarn
yarn dev