This is the official base template for Create Yew App.
# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
trunk serve# Builds the project and places it into the `dist` folder.
trunk build# Runs tests
wasm-pack test --headless --chrome