Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 680 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 680 Bytes

backbone-reflux-example

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