Skip to content

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

Notifications You must be signed in to change notification settings

mithunvp/ng2CoreContacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published