I\'m using this angular 4 seed app: https://github.com/2sic/app-tutorial-angular4-hello-dnn
It uses webpack and works fine.
It only seems to serve the dev fi
I tried with http-server by installing it globally
npm install -g http-server
then moved to the dist/project-folder and tried with
http-server -o
output in console
[Fri Sep 13 2019 15:19:57 GMT+0530 (India Standard Time)] "GET /" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132
Safari/537.36"
Then this solution worked with all the steps same but instead of using http-server try angular-http-server
It worked for me.