File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Full tutorial can be found at: [Fast Rich Client Rails Development With Webpack
9
9
# Motivation
10
10
11
11
In no particular order:
12
- 1 . Enable development of a JS client independently from Rails.
13
- 2 . Easily enable use of npm modules with a Rails application.
14
- 3 . Easily enable retrofitting such a JS framework into an existing Rails app.
15
- 4 . Enable the use of the JavaScript ES6 transpiler.
12
+ - Enable development of a JS client independently from Rails.
13
+ - Easily enable use of npm modules with a Rails application.
14
+ - Easily enable retrofitting such a JS framework into an existing Rails app.
15
+ - Enable the use of the JavaScript ES6 transpiler.
16
16
17
17
# Technologies involved
18
18
@@ -32,7 +32,7 @@ npm install
32
32
cd webpack && node server.js
33
33
```
34
34
35
- Point browser to [ http://0.0.0.0:3000 ] ( ) .
35
+ Point your browser to [ http://0.0.0.0:3000 ] ( ) .
36
36
37
37
38
38
Save a change to a JSX file and see it update immediately in the browser! Note,
You can’t perform that action at this time.
0 commit comments