An open API service indexing awesome lists of open source software.

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

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