Sample Roda + React app live updated via EventSource (SSE), useful as project base/boilerplate.
cd client
npm install
on another terminal window:
cd server
bundle
cd server
./run
on another shell:
cd client
npm start
(or shoreman or alternatives)
foreman start
git checkout example-complete
There are several issues that need to be considered. Redux reducers and action creators are 'pure' functions. You should take care about it.