From 97dd48590b72576ee6180af11636689465db4d62 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Jul 2019 00:03:41 +0600 Subject: [PATCH] update readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 228f722..01ed0b9 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ Checkout this repo, install dependencies, then start the gulp process with the f ``` > git clone https://github.com/sksaju/expense-tracker.git -> cd expense-tracker +> cd expense-tracker > npm install -> npm start +> cd client +> npm install +> cd ../ +> config to mongodb and run database with mongod command +> npm run dev ``` #### Not Familiar with Git? @@ -19,5 +23,9 @@ Click [here](https://github.com/sksaju/expense-tracker/) then download the .zip ``` > npm install -> npm start +> cd client +> npm install +> cd ../ +> config to mongodb and run database with mongod command +> npm run dev ```