Skip to content

Latest commit

 

History

History

frontend-yew

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.