rust-dominator/examples/counter/README.md

298 B

How to install

yarn install

How to build

# 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

# Builds the project and places it into the `dist` folder.
yarn run build