rust-dominator/examples/todomvc/README.md

20 lines
306 B
Markdown
Raw Normal View History

## How to install
```sh
yarn install
```
## How to run in debug mode
```sh
# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
yarn start
```
## How to build in release mode
```sh
# Builds the project and places it into the `dist` folder.
yarn run build
```