This project uses npm tasksarrow-up-right for builds.
Node >= 6.0.0
Angular CLI
TypeScript >= 2.0.0
npm start: Starts Webpack dev server
npm start
npm run release: Builds code to dist folder
npm run release
dist
npm run test: Runs E2E Tests
npm run test
npm run package: Runs builds, packages and copies results to ./release
npm run package
./release
webpack (npm install --global webpack)
npm install --global webpack
webpack-dev-server (npm install --global webpack-dev-server)
npm install --global webpack-dev-server
karma (npm install --global karma-cli)
npm install --global karma-cli
protractor (npm install --global protractor)
npm install --global protractor
typescript (npm install --global typescript)
npm install --global typescript
Last updated 5 years ago