Documentation for getting started Install pm2 npm install -g pm2 Open directory cd Centrex-FE-V2/ Start pm2 start npm --name centrex-fe -- run start Stop pm2 stop centrex-fe Delete pm2 delete centrex-fe Update changes git pull pm2 restart centrex-fe