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
The following, for example, worked for me from the angular project: pm2 start "ng serve --host 0.0.0.0"
pm2 start "ng serve --host 0.0.0.0"