I got an Angular 2 app which im ready to build and host on a webserver. I followed How to bundle an Angular app for production to build my app.
I have uploaded all the files in the dist folder to my webserver but when opening the URL I dont see my app. I only see "app works!".
Im assuming I need to edit some config to point to the correct paths but I dont know where to start with this as its the 1st time building an Angular2 app.
My project files:
Files on webserver:
Navigating to my webserver I see app works! and not the home page screen.
Please help