/aspnetcore-angular2-starter

Visual Studio 2015, ASP.NET Core, and Angular 2 starter project

Primary LanguagePowerShellMIT LicenseMIT

aspnetcore-angular2-starter

Visual Studio/Code project for ASP.NET Core, Angular 2, and TypeScript 2 using Webpack

command line

From the root folder, type the following commands:

cd src/webapp
npm install   -- or yarn
dotnet restore
npm run build:vendor
set ASPNETCORE_ENVIRONMENT=Development
npm start

Other commands:

npm run lint
npm run test
npm run e2e             (while running the app)
npm clean:dist          (cleanup dist directory)

screenshots

Home

About