Visit reactrb.org For The Full Story
git clone https://github.com/reactrb/reactrb-examples.git.
To see some live examples in action, cd to the project directory then:
cd reactrbbundle installbundle exec rackup- Open
http://localhost:9292
or
cd railsbundle installbundle exec rails s- Open
http://localhost:3000
or
cd sinatrabundle installbundle exec rackup- Open
http://localhost:9292
Note that these are very simple examples, for the purpose of showing how to configure the gem in various server environments. For more examples and information see reactrb.org.
- Reactive To-Do - a sample app that makes use of reactive-record for persistence
- ReactRb Tutorial - a step by step tutorial for creating a reactive to-do app