Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 221 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 221 Bytes

Strapi application

A quick description of your strapi application

How to start

Dev

npm run build
npm run start
# npm run develop

Production

Install pm2

npm run build
npm run pm2