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 reactrb
bundle install
bundle exec rackup
- Open
http://localhost:9292
or
cd rails
bundle install
bundle exec rails s
- Open
http://localhost:3000
or
cd sinatra
bundle install
bundle 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