/readable

Primary LanguageJavaScript

Next.js Typesript and ESLint boilerplate

This repo contains a Next.js skeleton with Typescript and ESLint with pre-commit hooks.

Using this boilerplate

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