yarn start --> yarn dev
This commit is contained in:
parent
e47131a4b5
commit
97515b7794
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ yarn
|
||||||
Finally, run the dev server:
|
Finally, run the dev server:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn start
|
yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
**That's it!** :tada:
|
**That's it!** :tada:
|
||||||
|
@ -140,7 +140,7 @@ NODE_ENV=development
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Local dev server
|
#### Local dev server
|
||||||
- `yarn dev` - Exact same as above, aliased to `yarn start` for convenience.
|
- `yarn dev` - Run the local dev server.
|
||||||
|
|
||||||
#### Building
|
#### Building
|
||||||
- `yarn build` - Compile without a dev server, into `/static` directory.
|
- `yarn build` - Compile without a dev server, into `/static` directory.
|
||||||
|
|
Loading…
Reference in a new issue