spencer741 / HostingMultipleReactAspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HostingMultipleReactAspNetCore

dotnet new web

npx create-react-app spa1

npx create-react-app spa2

Added "homepage" property to package.json for spa1 and spa2 respectively (for App.Map route usage... App.Map("/spa1"... and App.Map("./spa2"...)

Built out Startup.cs

About


Languages

Language:C# 36.6%Language:JavaScript 26.2%Language:HTML 24.1%Language:CSS 13.0%Language:Shell 0.1%