Skip to content

ASP.NET Core with Angular 4 and material design components boilerplate.

Notifications You must be signed in to change notification settings

kunal-saini/ngNetCoreApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core, Angular 4 Boilerplate

.NET Core Boilerplate with Angular 4 and Material Design is a starting point for new modern web applications using best practices and popular tools such as Angular CLI. It's aimed to be a SOLID model, a general-purpose application framework and a project template.

Framework

Ng .NET Core Boilerplate is an application framework built on latest ASP.NET Core (AspNetCore@1.1.2), Angular Js 4 & Material Design technologies. It makes these not only itself but also using popular framework and libraries.

Template

Ng ASP.NET Boilerplate easily creates startup template for your .Net Core project with Angular 4. It includes most used framework and libraries by default.

How To Build

  1. In order to gether NPM dependecies:
npm i 
  1. To build Angular CLI/WebPack build:
npm start