Visual Studio/Code project for ASP.NET Core, Angular 2, and TypeScript 2 using Webpack
- Visual Studio 2015 Update 3
- Visual Studio Code
- ASP.NET Core 1.0.1
- Angular 2.1.0
- Angular Universal
- TypeScript 2
- Webpack
- Karma
- Protractor
- Bootstrap
- Swagger via Swashbuckle (Ahoy)
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)