842 followers
Software Developer 👩🏼💻 Foodie 😋 Explorer 🕵️♀️ Dog lover 🐶
Subscribe to my newsletter and never miss my upcoming articles
Here is a quick cheat sheet of pm2 commands:- Installing pm2 npm install pm2 -g Start and name a process pm2 start app.js --name myApp Start and auto-restart on file change pm2 start app.js --watch List apps pm2 list /*Shows all the processes*/ pm2 p...