Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Jul 18, 2019
1 parent a79ca6c commit 97dd485
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@ 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?
Click [here](https://github.com/sksaju/expense-tracker/) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

```
> npm install
> npm start
> cd client
> npm install
> cd ../
> config to mongodb and run database with mongod command
> npm run dev
```

0 comments on commit 97dd485

Please sign in to comment.