Update readme.md

This commit is contained in:
Nur Muhammad
2020-10-30 18:08:01 +08:00
committed by GitHub
parent 30609891d3
commit 1a7078043c

View File

@@ -16,3 +16,7 @@ Watch the tutorials:
- Open browser and go to address `http://localhost:8000` - Open browser and go to address `http://localhost:8000`
- Scan the QR Code - Scan the QR Code
- Enjoy! - Enjoy!
### Notes
As mentioned in the video above, you have installed `nodemon` to run the start script.
You can install nodemon globally with `npm i -g nodemon` command.