Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dylf/who-are-yew
- Owner: dylf
- Created: 2022-05-10T03:54:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T03:54:23.000Z (over 2 years ago)
- Last Synced: 2024-11-07T01:42:23.347Z (about 2 months ago)
- Topics: rust, yew
- Language: CSS
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```