Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 995b22d

Browse files
committed
Point to example repo for… well… examples.
1 parent abbf94f commit 995b22d

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

README.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ React.rb integrates well with Rails, Sinatra, and simple static sites, and can b
4545

4646
[**For complete documentation visit reactrb.org**](http://reactrb.org)
4747

48+
## Examples
49+
50+
Refer to [https://github.com/reactive-ruby/react.rb-examples] to see some live examples in action.
51+
4852
## Why ?
4953

5054
+ *Single Language:* Use Ruby everywhere, no JS, markup languages, or JSX
@@ -77,30 +81,6 @@ Please let us know either at [Gitter.im](https://gitter.im/zetachang/react.rb) o
7781

7882
## Developing
7983

80-
`git clone` the project.
81-
82-
To play with some live examples cd to the project directory then
83-
84-
2. `cd example/examples`
85-
2. `bundle install`
86-
3. `bundle exec rackup`
87-
4. Open `http://localhost:9292`
88-
89-
or
90-
91-
1. `cd example/rails-tutorial`
92-
2. `bundle install`
93-
3. `bundle exec rails s`
94-
4. Open `http://localhost:3000`
95-
96-
or
97-
98-
1. `cd example/sinatra-tutorial`
99-
2. `bundle install`
100-
3. `bundle exec rackup`
101-
4. Open `http://localhost:9292`
102-
103-
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.](http://reactrb.org)
10484

10585
## Testing
10686

0 commit comments

Comments
 (0)