Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vizia/vizia-demo
Demo project for the VIZIA GUI framework
https://github.com/vizia/vizia-demo
Last synced: 7 days ago
JSON representation
Demo project for the VIZIA GUI framework
- Host: GitHub
- URL: https://github.com/vizia/vizia-demo
- Owner: vizia
- License: mit
- Created: 2021-11-07T11:18:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T23:30:33.000Z (about 2 years ago)
- Last Synced: 2024-05-01T21:29:45.311Z (7 months ago)
- Language: Rust
- Size: 11.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vizia Demo
A simple todo list application web demo project for the [Vizia GUI framework](https://github.com/vizia/vizia)Install the required tools:
```bash
cargo install trunk wasm-bindgen-cli
rustup target add wasm32-unknown-unknown
```Run the project locally:
```bash
trunk serve --release
```