cargo generate --git https://github.com/yewstack/yew-trunk-minimal-template
# named it hello
cd hello
rustup target add wasm32-unknown-unknown
cargo install trunk wasm-bindgen-cli
trunk serve
I ran the following commands on my m1 mac, and after updating the cargo.lock file to use "0.2.87" instead of "0.2.83" in a few places so the code would actually start, this is what I get when I go to "127.0.0.1:"
I ran the following commands on my m1 mac, and after updating the cargo.lock file to use "0.2.87" instead of "0.2.83" in a few places so the code would actually start, this is what I get when I go to "127.0.0.1:"