A simple starter project to quickly initialize an Angular2 project with dotnet core as a web api backend and webpack 2
- Clone this repository
- dotnet restore
- npm install
- npm run build
- dotnet run
Inspired by Angular2-seed (https://github.com/angular/angular2-seed)