You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

298 B

Use case

cd to main project directory
run: node index.js // output: [listening on *:3000]

use pm2

install

sudo npm install pm2@latest -g

start

pm2 start index.js

monitor

pm2 monit

document

pm2 quick start