Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwivedikunal100 authored Mar 18, 2019
1 parent fc89c41 commit 2408b63
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ You will Google Map API and Twitter API keys which can be created using develope

Process:
1.Install nodejs and npm

2.Download this repository and extract it.

3.Open cmd, go to directory which contains package.json file
3.type npm install forever -g and press enter
4.Type npm init and press enter
5.Type forever start index.js and press enter
6.Open in browser : localhost:3000
7.The app will stop automatically after sometime of inactivity,otherwise type forever stop index.js and press enter.

4.type npm install forever -g and press enter

5.Type npm init and press enter

6.Type forever start index.js and press enter

7.Open in browser : localhost:3000

8.The app will stop automatically after sometime of inactivity,otherwise type forever stop index.js and press enter.

0 comments on commit 2408b63

Please sign in to comment.