yarn start --> yarn dev

This commit is contained in:
Alex Gleason 2020-07-26 15:09:45 -05:00
parent e47131a4b5
commit 97515b7794
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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.