My package.json
has following scripts -
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=dev",
"build": "ng build --prod --progress",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
And I have uploaded the dist
folder that was created on the server and it had an index.html
that I want to serve. Just wondering as how to start it using PM2.