Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dylf/who-are-yew

A rust application to demonstrate the use of https://yew.rs/ and WebAssembly.
https://github.com/dylf/who-are-yew

rust yew

Last synced: 10 days ago
JSON representation

A rust application to demonstrate the use of https://yew.rs/ and WebAssembly.

Awesome Lists containing this project

README

        

# Who are yew

A rust application to demonstrate the use of [yew](https://yew.rs/) and WebAssembly.

# Trunk

Install trunk:
```
cargo install --locked trunk
```

Serve the application using trunk:
```
trunk serve
```

# Tailwind

Install tailwindcss:
```
yarn global add tailwindcss
```

Run the tailwindcss cli tool in watch mode:
```
tailwindcss -o ./styles/tailwind.css --watch
```