UNPKG

create-express-quickstart

Version:

Create a Node.js app for building production-ready RESTful APIs using Express, by running one command

16 lines (15 loc) 263 B
{ "apps": [ { "name": "express-quickstart", "script": "src/server.js", "instances": 1, "autorestart": true, "watch": false, "time": true, "env": { "NODE_ENV": "production" } } ] }