--- 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