Skip to content

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

Notifications You must be signed in to change notification settings

Josh-McFarlin/next-web

Repository files navigation

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