mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Improved installation method (#104)
Previous method assumes a global installation of webpack, which isnt necessary.
This commit is contained in:
parent
2eab442821
commit
31d560e524
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue