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 iFor single, headless tests use:
npm run test:headlessTo run code in a browser user:
npm start