From b29fbe441306372cad37457b9fcb81aed599eb02 Mon Sep 17 00:00:00 2001 From: Ranjit Redekar Date: Tue, 23 Oct 2018 17:17:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa71f1d..64dac17 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Setup Unite on localhost** 1. Clone this repo and goto the server folder and run *npm install* command it will download all the node dependencies and then run *node .* command to run the node server. - 2. After successfully run the server then run this *http://localhost:3002/explorer* URL in the browser and add your application data for (Menu, Widget, WidgetAssignment, Source) using post service from loopback. refer Database Design Diagram for more clarification on relations between collections. + 2. After successfully run the server then access this *http://localhost:3002/explorer* URL in the browser and add your application data for (Menu, Widget, WidgetAssignment, Source) using post service from loopback. refer Database Design Diagram for more clarification on relations between collections. 3. Next, goto the web folder and run *npm install* command after that run *ng serve --open* command and check your application run on *http://localhost:4200* .