We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cdd7d commit 5d57ec1Copy full SHA for 5d57ec1
README.md
@@ -3,3 +3,17 @@
3
A chat app built with React.js and ActionCable in Ruby on Rails 5.1, built as part of a tutorial on [Learnetto](https://learnetto.com).
4
5
[See a live demo here](https://reactrooms.herokuapp.com)
6
+
7
+Run the following commands on the commandline to get it working:
8
9
+```
10
+git clone https://github.com/learnetto/reactchat.git
11
12
+cd reactchat
13
14
+rails db:migrate
15
16
+bundle && yarn
17
18
+foreman start -f Procfile.dev
19
0 commit comments