diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ Install Node.js, then, from the project directory, run * `npm install` * `npm start` * goto `http://localhost:1050` + +Note: `npm start` compiles and runs the application in debug mode, meaning that when you edit and save the source files, it will re-compile and reload the browser window automatically. |