I have an AngularJs 2 application working in development mode
being served by
webpack-development-server
I wish to host this on EC2.
I have:
- created a linux instance
- installed node and npm
- cloned my repo from git
- ran
npm install
from root where package.json is.
- ran
npm start
but nothing happens.
Upon visiting the Amazon Public DNS Address,
I get an error:
Not Sure what I'm missing!
Help Please
package.json is:
Webpack common/production is:
tsconfig.json is:




