Using ASP.NET Core, Enity Framework Core, TypeScript and React/Redux. This is the Sample app for use at the Let's do CI/CD workshop.
- Visual Studio 2017 Update 2
Run npm install
Run npm run webpack
to build the dev JS with the source map.
Run npm run webpack-production
to build the production JS.
Run npm run test
.