How can I run: ng serve --prod with pm2?
ng serve --prod
ng serve from angular-cli, Angular2. I\'m running on DigitalOcean.
I have tried to test with ht
ht
If you just want to serve static files, a new command has landed in pm2:
$ pm2 expose [path] [port]