Skip to content

diondree/nextjs-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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