Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 685 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 685 Bytes

next-web

A React and Next.js boilerplate for websites, blogs, and stores.

Stack

Running Locally

Install it and run:

npm install
npm run dev

# or

yarn
yarn dev