Adding single page application to an existing web API project
Let’s say we have an existing .Net Core web API project that looks like this (this is what the default web API template gives you) I made a small change in the route prefix so all API endpoints start with path /api Now, we want to add an SPA to the same project and served … [Read more…]