Make clear where to run npm start (#19)

This commit is contained in:
Fernando Montoya 2016-07-02 18:19:37 -04:00 committed by Guillermo Rauch
parent 61a29c9132
commit a943f9d96a

View file

@ -19,7 +19,7 @@ $ npm install
$ webpack --watch $ webpack --watch
``` ```
Then you can run: Then you can run in the main directory:
```bash ```bash
$ npm start $ npm start