yewstack / yew-trunk-minimal-template

Template for starting a Yew project using Trunk
Apache License 2.0
88 stars 33 forks source link

Hello world not displaying #11

Closed eveenendaal closed 1 year ago

eveenendaal commented 1 year ago
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:"

Screenshot 2023-07-09 at 15 40 39
futursolo commented 1 year ago

This has been fixed in #12.