Skip to content

Boilerplate for Next.js projects.

Notifications You must be signed in to change notification settings

kennethlmartin/react-next-template

Repository files navigation



Badge One Badge Two Badge Three


Use this template repository to quickly bootstrap your Next project.


Documentation:


Development

Getting Started

  1. npm install
  2. npm run start:dev

Production

Build

Generate production assets.

npm run build

Sitemap

Generate sitemap(s) and robots.txt for all static/pre-rendered pages.

npm run build:sitemap