I have an existing Angular 2 project and I want to deploy it for production mode. I have run these commands and when I open the index.html file inside the dist
folder I get this message app works!
instead of my real application.
ng init
ng build -prod --aot
How can I deploy this existing application?