React components for use with Reflux, Backbone and Rails as back-end.
##Requirements:
##Usage:
Prepare rails project and create the database:
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
Use bower to install dependencies:
bundle exec rake bower:install
And finally run the server:
rails s