Aug 23, 2017 · 1 min read
I don’t get it. Locally you run:
- dotnet run watch, so the server side is spinned up with localhost:5000.
- ng serve with proxy.config so the angular client app is spinned up. With the proxy it will get it’s data from localhost:5000.
But when you have everything on azure, it is the server side that is running. The client (angular) app is not starting. I can go to the api/config on azure, but I cant start the client app.