File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
99# Motivation
1010
1111In 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.
1616
1717# Technologies involved
1818
@@ -32,7 +32,7 @@ npm install
3232cd webpack && node server.js
3333```
3434
35- Point browser to [ http://0.0.0.0:3000 ] ( ) .
35+ Point your browser to [ http://0.0.0.0:3000 ] ( ) .
3636
3737
3838Save 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