Skip to content

Commit 7e3ca2f

Browse files
committed
Update README.md
1 parent 1ee524a commit 7e3ca2f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,20 @@ Now, to actually run the application, you'll need to use
4040

4141
``python manage.py runserver``
4242

43-
to start the django development server. For the ``react-only`` version you
43+
to start the django development server (or run rs.bat/rs.sh depending on
44+
your shell). For the ``react-only`` version you
4445
can directly modify the js files and see the differences. However, for all
45-
other versions a node-js toolset is used to compile the javascript sources.
46+
other versions a node-js toolset is used to compile the javascript sources
47+
to a bundle that is actually used.
4648

4749
So, when developing I recommend running ``npm run watch`` to start watchify
48-
which automatically re-builds your javascript when it detects a change. Another
50+
which automatically re-builds your javascript bundle when it detects a change. Another
4951
solution is to run ``npm run build`` that will create a (minified) bundle with
5052
the current sources (but will need to be re-run by hand when something changes).
5153

52-
You can find more info about how I use the node-js toolset @ http://spapas.github.io/2015/05/27/using-browserify-watchify/
54+
55+
You can find more info about how I use this node-js toolset
56+
(browserify, watchify, uglify, babel etc) @ http://spapas.github.io/2015/05/27/using-browserify-watchify/
5357
for a basic tutorial and @ http://spapas.github.io/2015/11/16/using-browserify-es6/ for
5458
how to use ES6.
5559

0 commit comments

Comments
 (0)