Skip to content

delort/ASPNETCore-Angular-SignalR-Typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

178 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 35.9%
  • C# 30.9%
  • JavaScript 21.4%
  • HTML 11.5%
  • CSS 0.3%