this fork is no longer maintained, please see main remote:
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