Simple SignalR-React-Mobx implementation.
The project contains a small ASP.NET Core backend and a React/MobX web client. Building the application requires both the .NET SDK and Node.js installed on your machine.
dotnet restore
dotnet run --project blatty/blatty.csproj
cd blatty/webclient
npm install
npm start
By default the client build copies files to wwwroot
so they can be
served directly from the ASP.NET application during development.