mithunvp / ng2CoreContacts

Building web apps with Angular 2 and ASP.NET Core 1.0, loading using webpack

Home Page:http://www.mithunvp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng2CoreContacts

Building Angular 2 and ASP.NET Core 1.0 using Webpack 2

How to run the application

  • Clone the repo
  • Open in Visual Studio 2015 Update 3, install TypeScript 2.0 (its must)
  • You can also perform npm install if VS IDE does not install packages
  • Running app in development mode npm start.
  • Running app in production mode npm run build:prod, this will add files wwwroot. Then you can do F5 from Visual Studio to run.

For more details on this repo, visit Angular 2 in ASP.NET Core

Includes Angular Material 2 UI components, visit Angular Material 2 in ASP.NET Core 1.0

About

Building web apps with Angular 2 and ASP.NET Core 1.0, loading using webpack

http://www.mithunvp.com


Languages

Language:JavaScript 52.2%Language:HTML 26.3%Language:TypeScript 14.9%Language:C# 6.3%Language:CSS 0.3%