angular/quickstart

Not Azure-deployable

Closed this issue · 0 comments

I use Visual Studio, and create an empty ASP.NET project, and then checked out this repo, put it in the project.
After the deployment onto Azure:
Accessing the domain will not go to the /src/index.html automatically, not like running it locally;
So, I have to open http://vincejupl.azurewebsites.net/src/index.html manually;
Accessing any js file (like http://vincejupl.azurewebsites.net/node_modules/core-js/client/shim.min.js) will be redirected to the /src/index.html.