- Visual Studio 2019 ASP.NET Core project to demo Angular 9 using webpack.
- Supports running in Visual Studio and debugging using breakpoints, etc.
- Before running for the first time, run the command line
npm run build:dev
to build a development version. - Run
npm run build:prod
to build a production version. - Supports running from the command line using
npm start
. - Start test Web API:
WebApi\node express-web-api.js
.