Skip to content
/ nextjs-boilerplate Public template

My Next.js boilerplate for my projects using TypeScript, Prettier and ESLint with pre commit hooks.

Notifications You must be signed in to change notification settings

diondree/nextjs-boilerplate

Repository files navigation

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

About

My Next.js boilerplate for my projects using TypeScript, Prettier and ESLint with pre commit hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published