I have created n new angular app using angular-cli.
I completed the app and preview it using ng-serve, it is working perfectly.
After that I used ng build --
I am currently using Angular-CLI 1.0.0-beta.32.3
in the root directory of your project run npm install http-server -g
after successful installation run ng build --prod
upon successful build run http-server ./dist