Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 891 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 891 Bytes

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 ([email protected]), 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