This repository contain node application deployed through Jenkins in vm instance. This application is built on typescript , which later converted to node application.
We can attach Jenkins Config in pipeline, then it will work.
Use the package manager NPM to install the Application.
# typescript command
tsc
# install basic dependencies
npm i --save
# run application through pm2
pm2 start pm2-apps.json
pm2 save