This project is built upon the Angular-cli for Angular 2. You can browse the repository for further information about the CLI. For the nitty-gritty details of the Angular-cli Webpack configuration, you can have a look on this file.
Supported tags for mtlgo/docker-ui image
latest(target the latest master branch release)
docker run -dt -p 5000:4200 mtlgo/docker-uiOr you can build your own image following the process below.
docker build -t docker-ui .It's not mandatory, but you can install the angular-cli for convenience.
npm install -g angular-cli@webpacknpm installRun a Webpack dev server
npm startBuild a development release
npm run build