Sn3b / ASPNET-Core-Angular2-SignalR-Typescript

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 // ASP.NET Core // SignalR 3 - XPlatform

With this repository we can create a X-Platform / Cross Platform Application running with bower, npm, gulp, ASP.NET Core, SignalR 3, Cordova, Electron and Angular 2 with Typescript.

####Warning: I am working with Angular 2, which is currently beta, ASP.NET Core which is also an release candidate and SignalR 3 which is also not released yet...but it works. Enjoy :-)

Just clone this repo and run

npm install
After this you can type
dnx web
to start the ASP.NET Server

This is the output after starting the dnx web server

After this you can browse to the site

Please the the gulp tasks running

gulp
on command line in the root folder

Running the Main Tasks will build you your application.

gulp build:all

Will give you the output in the .dist-Folder

Electron: Is containing the executable for the application
Android: Is containing the Android app
Web: Is containing the web-files to drop it on a server
Windows: Is containing the Visual Studio Solution with Windows Phone 8.1, Windows 8.1 and the Windows 10 (Universal Windows) app

Screenshots from the mobile emulator for Windows Phone:

Screenshots from the mobile emulator for Windows 8.1 App:

Screenshots from the executable:

About

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


Languages

Language:C# 94.5%Language:JavaScript 1.9%Language:TypeScript 1.5%Language:CSS 1.1%Language:HTML 1.0%