pm2 node start code example
Example 1: pm2 start npm start
pm2 start npm --name "app name" -- start
Example 2: pm2 node start
# only start will make it
pm2 start app.js
Example 3: pm2 status
pm2 status <processname>
Example 4: pm2 install
$ pm2 ecosystem