380 B
380 B
Example with es6, webpack, and tests.
This example illustrates how to use the following things:
- Angular
- React
- es6
- webpack
To run examples
- Install dependencies:
npm i
- Start the webpack dev server:
npm start - open a browser to view the example
To run the tests
npm i
npm test