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

https://github.com/0xvbetsun/rustconf


https://github.com/0xvbetsun/rustconf

rust tailwindcss xtask yew

Last synced: about 1 month ago
JSON representation

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