NodeJS project for ODI spreadsheet generation
npm install
npm run build
npm run prod
Install PM2 using npm:
npm install pm2 -g
Register the application as a service
pm2 start dist/odi-generator-bundle.js
Usefull PM2 commands
pm2 list
pm2 monit
pm2 delete odi-generator-bundle
npm run test
npm run test:coverage