react_forms_example icon indicating copy to clipboard operation
react_forms_example copied to clipboard

Complete forms example using React and Rails

Companion code to my blog post.

Blog Post

http://blog.littleblimp.com/post/124492420923/restful-forms-with-react-part-1

Live Demo

http://littleblimp-reactforms.herokuapp.com

Install

  1. Clone
  2. bundle
  3. rake db:setup
  4. rails s
  5. http://localhost:3000