React components within an ASP.NET MVC site.
npm install -g generator-aspnetcore-spa
yo aspnetcore-spa (React+Redux)
npm install -g webpack
dotnet restore
webpack
dotnet build
dotnet run
And browse to http://localhost:5000
React components within an ASP.NET MVC site.
npm install -g generator-aspnetcore-spa
yo aspnetcore-spa (React+Redux)
npm install -g webpack
dotnet restore
webpack
dotnet build
dotnet run
And browse to http://localhost:5000