/ASPNETCore-Angular-SignalR-Typescript

An example of an Angular application using ASP.NET Core and SignalR with XPlatform functionality

Primary LanguageJavaScript

Angular // ASP.NET Core // SignalR

With this repository we are running an npm, ASP.NET Core, SignalR and Angular with Typescript Project

signalr

Code

Just clone this repo and run

npm start

Browse to

http://localhost:8080

to see the page then.

Or just load the application in Visual Studio and press the Play Button.

For a build in the .dist-folder you just have to type:

npm run build-web

If you want to have the electron solution too you can type

npm run build-desktop

For web and desktop you can type

npm run build-all

and you will find everything in the .dist-folder

dist