Skip to content

Commit

Permalink
updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rama41222 committed May 28, 2018
1 parent 23ac727 commit 37db4e1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@

Add the google oAuth client ID, Facebook app client ID and the API base url first

##### Run the project in dev mode
##### Install the Dependencies
````
npm install
````

##### update the Dependencies
````
npm update
````

##### Run the project in dev mode
````
npm run dev
````

##### Run the project in production mode
````
npm install
npm run start
````

Expand Down

0 comments on commit 37db4e1

Please sign in to comment.