A React+Flux(RefluxJS) sample game for the React IL meetup. The slides for the talk are located here
First install the dependencies (make sure you have npm, bower and ruby+bundler installed)
$ npm install & bower install
$ bundle install
You need to start the local server and ruby backend server
$ ruby server.rb&
$ gulp serve
Access http://localhost:8000 and enjoy !