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
- Host: GitHub
- URL: https://github.com/ubugeeei/wasm-yew-todo-app-sample
- Owner: ubugeeei
- Created: 2021-05-01T08:51:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T16:37:48.000Z (about 3 years ago)
- Last Synced: 2025-03-24T19:50:02.927Z (2 months ago)
- Language: Rust
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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