README.md
changeset 312 44ecdd5a52d4
parent 311 e04028381f82
child 533 e829a7cb5cb7
--- a/README.md	Mon Feb 06 11:50:20 2017 +0100
+++ b/README.md	Mon Feb 06 12:10:13 2017 +0100
@@ -39,6 +39,14 @@
 ```
 If `JS_DEV_MODE` is set to `True`, the Webpack dev server should be started.
 
+- To serve the annotator on a standalone page using Webpack dev server
+
+```
+npm run standalone
+```
+
+Go to `http://localhost:8001/webpack-dev-server/`. The page will reload by itself when the JS/CSS code is changed.
+
 #### Django project setup
 
 - Copy iconolab/src/settings/dev.py.tmpl into iconolab/src/settings/dev.py, adapt content to configuration