I'd like to deploy my Angular2 app on my shared hosting. I tried transferring the files via ssh, but the app doesn't run. I guess there is something to do like the ng serve on local.
What do are the steps to follow ? I couldn't find them on the internet :/
Thanks
EDIT
I have a very simple app with a few routes and components. No serverside code since I'm calling my REST api for my needs.