- Webpack for module loading and bundling
- See deprecated SystemJS version
- Different configs for development, production, and testing
- Angular 2 Code in Typescript
- Scripts are split into "public/polyfills.js", "public/vendor.js", and "public/app.js"
- Styles in SCSS
- Global styles are bundled into "public/styles.css"
- Component styles are bundled with app into "public/app.js"
npm install
: installs dependencies
npm run build
: compiles and bundles assetsnpm run watch
: builds then watches for changes
npm start
: starts web server on port 8080
npm run test
: runs specs in headless Chrome with coverage report