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

https://github.com/harrisdeperceptron/yew-tailwindcss

This is a simple sample boiler plate for getting started with tailwind css and the yew rust wasm frontend framework
https://github.com/harrisdeperceptron/yew-tailwindcss

boilerplate rust-lang tailwindcss yew-framework

Last synced: 3 months ago
JSON representation

This is a simple sample boiler plate for getting started with tailwind css and the yew rust wasm frontend framework

Awesome Lists containing this project

README

          

## Yew + Tailwindcss

This is a simple sample boiler plate for getting started with tailwind css
and the yew rust wasm frontend framework

### Getting started

First get rust on the system then:

```
rustup target add wasm32-unknown-unknown
cargo install trunk

```

```
npm install
npm start -- --port 8080
```

now navigate to `http://localhost:8080`
### Deploying

```
npm run serve
```