You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,30 @@ Please let us know either at [Gitter.im](https://gitter.im/zetachang/react.rb) o
75
75
76
76
## Developing
77
77
78
-
To run the above examples project yourself:
78
+
1. fork and `git clone` the project
79
79
80
-
1.`git clone` the project
81
-
2.`cd example/tutorial`
80
+
To play with some live examples cd to the project directory then
81
+
82
+
2.`cd example/examples`
82
83
2.`bundle install`
83
84
3.`bundle exec rackup`
84
-
4. Open `http://localhost`
85
+
4. Open `http://localhos:9292t`
86
+
87
+
or
88
+
89
+
1. 'cd example/rails-tutorial`
90
+
2.`bundle install`
91
+
3.`bundle exec rails s`
92
+
4. Open `http://localhost:3000`
93
+
94
+
or
95
+
96
+
1. 'cd example/sinatra-tutorial`
97
+
2.`bundle install`
98
+
3.`bundle exec rackup`
99
+
4. Open `http://localhost:9292`
100
+
101
+
Note that these are very simple examples, for the purpose of showing how to configure the gem in various server environments. For more complete examples and information see [reactrb.org.](http://reactrb.org)
0 commit comments