We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db995a7 + b7294d6 commit c3fd7a4Copy full SHA for c3fd7a4
README.md
@@ -4,19 +4,16 @@
4
5
``` bash
6
# install dependencies
7
-npm install
+yarn
8
9
# serve with hot reload at localhost:8080
10
-npm run dev
+yarn dev
11
12
# build for production with minification
13
-npm run build
14
-
15
-# test the production build locally
16
-npm run serve
+yarn build
17
18
# run tests with jest and preact-render-spy
19
-npm run test
+yarn test
20
```
21
22
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).
0 commit comments