/next-strapi

Bootstrap of nextjs and strapi

Primary LanguageJavaScript

next-strapi

An example app integrating NextJS and Strapi into a single process

Installation

npm install

Usage

Development

npm run develop

Production

Build NextJS app

npx next build ./src

Launch server in production mode

NODE_ENV=production npm start