This is the code setup for the article Setting Up Angular 2 with Webpack
This code sets up an Angular 2 project with Webpack is a simple way while also providing the configuration for unit testing.
To install all the dependencies run:
npm i
For single, headless tests use:
npm run test:headless
To run code in a browser user:
npm start