Angular (2+) seed for future applications
- Angular
- Typescript
- TSLint
- Webpack
- Karma test runner with PhantomJS and Chrome
- Protractor E2E test runner on Chrome
- Test coverage with HTML and TeamCity reporter
- Translations
- Custom config files
Make sure you have NodeJS installed (version 5+).
npm install
For development build. Config used is dev
.
npm run build
Production with minified/uglified files and prod
config:
npm run build:prod
staging
config and source maps:
npm run build:staging
Continuous integration ci
config and source maps:
npm run build:ci
For development/debugging run with file watcher included:
npm run start
npm run watch
npm run test
npm run e2e
npm run docs