Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 450 Bytes

File metadata and controls

37 lines (26 loc) · 450 Bytes

ASP.NET Core WebApi SignalR Angular App Real time chart simple example

Alt Text

Build with:

  • ASP.NET Core Web API
  • SignalR
  • Angular
  • ngx-charts
  • Docker
cd src

Web API:

dotnet run ./WebApi --project WebApi

Angular App :

npm start --prefix ./AngularApp

or run in docker

docker-compose up
Browse to http://localhost:4200