Skip to content

Commit

Permalink
Updated startup instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
khare-ashwini committed Aug 31, 2017
1 parent 9df3209 commit fbe57e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ nvm install 0.12.18
```
The above commands will install node v0.12.18 and use the corresponding npm v2.15.11

- install grunt-cli and forever.
- install grunt-cli
```
npm install grunt-cli -g
npm install forever -g
```

- Start the server.
```
forever start server.js
npm start
```
- Visit http://localhost:8000/

Expand Down

0 comments on commit fbe57e8

Please # to comment.