Skip to content

tomgron/blatty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blatty

Simple SignalR-React-Mobx implementation.

Getting started

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.

Backend

dotnet restore
dotnet run --project blatty/blatty.csproj

Frontend

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.

About

Simple .NET Core 2.1, SignalR, React/Mobx/Typescript client demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published