diff options
| author | philllies <philipp.eichmann@gmail.com> | 2018-12-21 19:39:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-21 19:39:29 -0500 |
| commit | 5c3b292430db7c18629d78105bd2f294a653d8ee (patch) | |
| tree | acaf36701655cb14a5d2c6d58ab75cd027bf59b7 | |
| parent | 5c3ad90cdc8fa48c2ebe4ae04074b2132360e724 (diff) | |
Update README.md
| -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. |
