Just a simple index.jsx, webpack.config.js and index.html file and a redux store config-store.js
You can simply run webpack build using this command:
> $ npm install
> $ npm start
Open the web browser to http://localhost:8080/
To test
> $ npm test
Choose:
- Introduce redux to the app (src/app.jsx)
- Create your own redux implementation (see unit tests)
- Explore Middleware, thunks
- Explore Transducers and CSP http://phuu.net/2014/08/31/csp-and-transducers.html
- Compare with BaconJS https://medium.com/@milankinen/good-bye-flux-welcome-bacon-rx-23c71abfb1a7
- Compare with CycleJS http://cycle.js.org/