README.md

September 16, 2023 ยท View on GitHub

Welcome to ASPNET Core Angular SignalR Typescript ๐Ÿ‘‹

Twitter: FabianGosebrink

With this project we are running an Angular project which is getting updated by an ASP.NET Core backend with SignalR. It receives data over a REST interface and gets datapushed with SignalR. Enjoy!

signalr

Install

Just clone this repo and run

npm install

in the \frontend\angularsignalrclient folder.

Usage

npm start

in the \frontend\angularsignalrclient folder.

To run the backend make sure you have installed the dotnet cli and run

dotnet run

in the backend\ASPNETCore folder.

http://localhost:4200

to see the page then.

Have fun!

Author

๐Ÿ‘ค Fabian Gosebrink

Show your support

Give a โญ๏ธ if this project helped you!


This README was generated with โค๏ธ by readme-md-generator