Skip to content

Commit fbe57e8

Browse files
committed
Updated startup instruction
1 parent 9df3209 commit fbe57e8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ nvm install 0.12.18
2929
```
3030
The above commands will install node v0.12.18 and use the corresponding npm v2.15.11
3131

32-
- install grunt-cli and forever.
32+
- install grunt-cli
3333
```
3434
npm install grunt-cli -g
35-
npm install forever -g
3635
```
3736

3837
- Start the server.
3938
```
40-
forever start server.js
39+
npm start
4140
```
4241
- Visit http://localhost:8000/
4342

0 commit comments

Comments
 (0)