From 24cf97303da28c20fc5df6287e60da9fd10ef2fa Mon Sep 17 00:00:00 2001 From: "Nyasha (Nash) Nziramasanga" <47994666+NyashaNziramasanga@users.noreply.github.com> Date: Thu, 9 Jul 2020 14:34:41 +0930 Subject: [PATCH] For first time npm installs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6603637..8e60bda 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ If you're more of a visual learner, I've recorded a [20 minute video walkthrough ### Local Testing -`npm start` +```bash +npm install +npm start +``` Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.