This is a simple-sample Rails 4 application to test out Facebook React with a Rails backend.
git clone https://github.com/necrodome/react-rails-tutorial cd react-rails-tutorial bundle install rake db:migrate rails s Then visit http://localhost:3000/app to see the React application that is explained in the React Tutorial. Try opening multiple tabs!