An open API service indexing awesome lists of open source software.

https://github.com/ubugeeei/wasm-yew-todo-app-sample

my first web application with yew
https://github.com/ubugeeei/wasm-yew-todo-app-sample

Last synced: 2 months ago
JSON representation

my first web application with yew

Awesome Lists containing this project

README

        



Yew



Rust / Wasm client web app framework




https://yew.rs/

## build
```shell
$ wasm-pack build --target web --out-name wasm --out-dir ./static && miniserve ./static --index index.html
```

## Run server
```shell
$ miniserve ./static --index index.html
```

https://user-images.githubusercontent.com/71201308/162629779-e2cc3b20-5b4c-44c2-a7d1-f9860b0d7658.mov