Skip to content

MTechZilla/nextjs-starter

Repository files navigation

Getting started

This is a boilerplate to setup get started with new projects quickly.

Use this command to create new nextjs project.

npx create-next-app --use-npm --example "https://github.com/MTechZilla/nextjs-starter" web

To start using husky use the following command after creating the project:

npx husky install