Skip to content

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

Notifications You must be signed in to change notification settings

Viure/ASPNET-Core-Angular2-SignalR-Typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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