Very simple boilerplate / template for creating a web pages using Next.js. This is a minimal setup that allows Server-side Rendering (pre-render a page on the server on every request).
Start bij installing npm packages.
npm install
To run locally:
npm run dev
Building the app for production
npm run build
Testing the build application
npm run start