Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 424 Bytes

File metadata and controls

25 lines (17 loc) · 424 Bytes

Web Application Server - yew

git clone https://github.com/zzy/tide-async-graphql-mongodb.git
cd tide-async-graphql-mongodb
cargo build

cd frontend-yew

Build & Run:

cargo install trunk wasm-bindgen-cli

trunk build
trunk serve --release

Then connect to http://127.0.0.1:3001 with browser.

Client Image

Contributing

You are welcome in contributing to this project.