Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 260 Bytes

Next.js boilerplate

A boilerplate codebase with some basic that we use to get started with Next.js project.

Get started

Clone this repository. Rename name of package.json into your own project name.

Run on localhost.

npm install
npm run dev