https://github.com/0xvbetsun/rustconf
https://github.com/0xvbetsun/rustconf
rust tailwindcss xtask yew
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xvbetsun/rustconf
- Owner: 0xvbetsun
- Created: 2023-04-23T11:43:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T11:43:44.000Z (about 3 years ago)
- Last Synced: 2025-03-29T01:32:31.800Z (about 1 year ago)
- Topics: rust, tailwindcss, xtask, yew
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RustConf
Example of usage yew framework in couple with tailwind
## Prerequisites
npx
```sh
npx -v
```
trunk
```sh
trunk -V
```
## How to Build and Run
```sh
cargo xtask tailwind
cargo xtask serve
```