An example of these awesome libraries working together.
This simple example aims to create a simple app with openlayers 3, react and redux.
To start this project i used this awesome boilerplate https://github.com/mvader/react-es6-webpack-karma-boilerplate.
npm install
npm start
# Open http://localhost:3333
npm test
This will auto watch all files for changes and rerun the tests. Ideal for development.
npm run test_watch