From 9b54e04cbb939840b84a9bd2b8f55ca29560a560 Mon Sep 17 00:00:00 2001 From: Uzair Asif <70792640+its-uzii@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:02:38 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8fb081..c02dcc0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Source code located under `/web-client`. This React app is set up with [Webpack] [Express](http://expressjs.com/) so that the React components are rendered in the server side. #### Getting started +#installing app dependencies 1. `npm install`: install app dependencies. 3. Make sure the companion API app is running at`http://localhost:8000/` 4. `npm start`: start the dev server at `http://localhost:3000/`