Skip to content

Latest commit

 

History

History

yew-app

My Awesome Yew App

This is the official base template for Create Yew App.

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
trunk serve

How to build in release mode

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

How to run unit tests

# Runs tests
wasm-pack test --headless --chrome