How to serve static files for your Single Page Application from .NET Core

added by DotNetKicks
8/25/2016 12:09:22 PM

830 Views

If you want to host your SPA app on .NET Core you'll need to make sure your application is set up to serve your SPA's static html and javascript files. First of all make sure you've got a .NET Core web application up and running.


0 comments