File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ See package.json and Gemfile for versions
67
67
1 . ` npm install `
68
68
1 . ` rake db:setup `
69
69
1 . ` foreman start -f Procfile.dev `
70
- 1 . Open a browser tab to [ http://0.0.0.0:4000 ] ( ) for the Rail app example.
71
- 1 . Open a browser tab to [ http://0.0.0.0:3000 ] ( ) for the Hot Module Replacement Example.
70
+ 1 . Open a browser tab to http://0.0.0.0:4000 for the Rail app example.
71
+ 1 . Open a browser tab to http://0.0.0.0:3000 for the Hot Module Replacement Example.
72
72
73
73
# Javascript development without Rails using Hot Module Replacement (HMR)
74
74
@@ -79,7 +79,7 @@ cd client
79
79
node server.js
80
80
```
81
81
82
- Point your browser to [ http://0.0.0.0:3000 ] ( ) .
82
+ Point your browser to http://0.0.0.0:3000 .
83
83
84
84
Save a change to a JSX file and see it update immediately in the browser! Note,
85
85
any browser state still exists, such as what you've typed in the comments box.
@@ -116,7 +116,7 @@ rake db:setup
116
116
rails s -p 4000
117
117
```
118
118
119
- Now point your browser to [ http://0.0.0.0:4000 ] ( ) .
119
+ Now point your browser to http://0.0.0.0:4000 .
120
120
121
121
Note that it's important to run the Rails server on a different port than the node server.
122
122
You can’t perform that action at this time.
0 commit comments