Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 345 Bytes

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