From c82987fd7e9861f6645eb525bd607d14516d28c0 Mon Sep 17 00:00:00 2001 From: Fisayo Afolayan Date: Wed, 15 Jan 2020 11:29:25 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 314374c..122cdd4 100755 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ Change your working directory into the project directory $ cd consuming-restful-api-in-react ``` ## Run + +Install npm modules +```bash +$ npm install +``` + Start the application ```bash $ npm start