https://github.com/ukcoderj/mvc5angularsignalr
Mvc5 - Angular - SignalR Starter Project. Currently on Angular 6
https://github.com/ukcoderj/mvc5angularsignalr
Last synced: 10 months ago
JSON representation
Mvc5 - Angular - SignalR Starter Project. Currently on Angular 6
- Host: GitHub
- URL: https://github.com/ukcoderj/mvc5angularsignalr
- Owner: ukcoderj
- Created: 2017-03-01T11:29:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T10:50:10.000Z (about 8 years ago)
- Last Synced: 2025-04-12T04:09:50.458Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 461 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mvc5 Angular (not AngularJS) SignalR Seed Project
Working Starter Project using Mvc5 - Angular - SignalR
Inital setup created from the [Angular Tutorial](https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html)
MVC5 SignalR created using the [Microsoft Tutorial](https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/tutorial-getting-started-with-signalr-and-mvc)
Angular2 SignalR creating with hints from this [excellent project for .NET Core](https://github.com/FabianGosebrink/ASPNETCore-Angular-SignalR-Typescript)
## Setup
- Clone this repository.
- If using VS2015, you will need to go to 'Tools > Extensions And Updates > Online' and Install Typescript 2.7.2
- Run npm install at the folder level of package.json (i.e. {root}\Mvc5Angular2SignalR\Mvc5Angular2SignalR)
- Run in VS2015 or greater.
Note: The project does not include webpack, bundling or minification.
Urls:
http://localhost:58056/Home/Chat -> MVC5 Version
http://localhost:58056/index.html#/test -> Angular Version