Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```