RasCarlito / next-strapi

Bootstrap of nextjs and strapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrap of nextjs and strapi


Languages

Language:JavaScript 99.2%Language:CSS 0.8%