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

https://github.com/emarifer/test_router

Demo application of the use of Yew Router in the Yew.rs framework + PWA.
https://github.com/emarifer/test_router

pwa rust wasm wasm-bindgen webassembly yew yew-framework

Last synced: 3 months ago
JSON representation

Demo application of the use of Yew Router in the Yew.rs framework + PWA.

Awesome Lists containing this project

README

          

# Demo application of the use of Yew Router in the Yew.rs framework + PWA.

## To run the app:

Add the WebAssembly target::

```
$ rustup target add wasm32-unknown-unknown
```

Install Trunk to run the app:

```
$ cargo install trunk
```

Run the app:

```
$ trunk serve
```

Build the application by running:

```
$ trunk build --release
```