rust-dominator/examples/animation/README.md

21 lines
298 B
Markdown
Raw Permalink Normal View History

## How to install
```sh
yarn install
```
2020-03-11 09:23:41 -04:00
## How to build
2020-04-25 23:24:34 -04:00
```sh
# Builds the project and opens it in your browser.
# It will auto-reload when you make any changes.
yarn start
```
## How to build for production
```sh
# Builds the project and places it into the `dist` folder.
yarn run build
```