From 1a7078043ca74ca5d30002a196b3e000d27dc230 Mon Sep 17 00:00:00 2001 From: Nur Muhammad Date: Fri, 30 Oct 2020 18:08:01 +0800 Subject: [PATCH 1/2] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2087960..8275bb0 100644 --- a/readme.md +++ b/readme.md @@ -15,4 +15,8 @@ Watch the tutorials: - Run `npm run start` - Open browser and go to address `http://localhost:8000` - Scan the QR Code -- Enjoy! \ No newline at end of file +- 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. From e56f75cb0264b6efad034966bd38eae3ebebc8c9 Mon Sep 17 00:00:00 2001 From: Nur Muhammad Date: Fri, 30 Oct 2020 18:11:07 +0800 Subject: [PATCH 2/2] Update readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8275bb0..2e7dc13 100644 --- a/readme.md +++ b/readme.md @@ -18,5 +18,4 @@ Watch the tutorials: - 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. +As mentioned in the video above, you have to install `nodemon` to run the start script. You can install nodemon globally with `npm i -g nodemon` command.