Example with es6, webpack, and tests. --- This example illustrates how to use the following things: * Angular * React * es6 * webpack ## To run examples 1. Install dependencies: `npm i` - Start the webpack dev server: `npm start` - open a browser to [view the example](http://localhost:3000/webpack-dev-server/) ## To run the tests 1. `npm i` - `npm test`