Building for production: quick hits

This commit is contained in:
dannyrb 2019-05-09 22:26:17 -04:00
parent a57309f2c9
commit 31838b9ef3

View File

@ -74,6 +74,19 @@ To create a production build, use yarn build.
<i>Our app, hosted by the development server</i>
</center>
### Building for Production
> More comprehensive guides for building and publishing can be found in our
> [deployment docs](./../deployment/index.md)
```bash
# Build static assets to host a PWA
yarn run build:web
# Build packaged output
yarn run build:package
```
## Next Steps
...