Improved installation method (#104)

Previous method assumes a global installation of webpack, which isnt necessary.
This commit is contained in:
Amila Welihinda 2016-07-16 18:23:27 -07:00 committed by Guillermo Rauch
parent 2eab442821
commit 31d560e524

View file

@ -26,7 +26,7 @@ to the app are detected.
```bash ```bash
$ cd app/ $ cd app/
$ npm install $ npm install
$ webpack --watch $ npm run dev
``` ```
Then you can run in the main directory: Then you can run in the main directory: