Skip to content

Commit

Permalink
Use npm start instead of calling node
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksparrow committed Apr 19, 2015
1 parent db0cbd7 commit 6b7ae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starter/generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ $ npm install
Run the app (on MacOS or Linux):

~~~sh
$ DEBUG=myapp ./bin/www
$ DEBUG=myapp npm start
~~~

On Windows, use this command:

~~~sh
> set DEBUG=myapp & node .\bin\www
> set DEBUG=myapp & npm start
~~~

Then load `http://localhost:3000/` in your browser to access the app.
Expand Down

0 comments on commit 6b7ae79

Please sign in to comment.