NextJS Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

How to use

Execute npm install with npm or Yarn:

npm run i

Pin the latest version of Node & NPM with your project using Volta

volta pin node
# and
volta pin npm

if Volta is not installed check the guide