
In my last post I discussed how to install Episerver Quicksilver site. As I note there, there’s a license cost to using Episerver, but the techniques I discuss below can be applied to any ASP.NET MVC 5 site.
A create-react-app .NET web application project
We’ll create a new .NET web application project to place the create-react-app project’s files in. We won’t compile a website there, but simply hold our create-react-app project (sort of like the node.js project type that Visual Studio offers you as a project template). 1 2
Continue reading on Making a create-react-app project in .NET