yarn start --> yarn dev
This commit is contained in:
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user