An Angular 2 starter kit with Webpack
- Node (>= 6.9.1)
git clone https://github.com/bellizio/angular2-webpack.gitcd angular2-webpacknpm install
This is an Angular 2 Webpack starter kit based on the official Angular Webpack guide. It includes everything detailed in the guide with a few modifications in order to incorporate the following:
- Hot Module Replacement (for development)
- Ahead-of-Time Compilation (for production)
- Sass
npm start - builds and serves the app at localhost:8080
npm run build:prod - builds the app for production
npm run serve:prod - builds the app for production and starts a local server at localhost:8080
npm test - runs all unit tests