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