⬅️ FullStack for front end dev (Jem Young)
Process manager
- Keeps your application running
- Handles errors and restarts
- Can handle logging and clustering
# installs pm2 process manager globally
sudo npm i -g pm2
pm2 start app.js
pm2 save
pm2 startup