Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vvcaw/tailwindcss-yew-template


https://github.com/vvcaw/tailwindcss-yew-template

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# tailwindcss-yew-template
Simple layout for using Tailwindcss with Yew.

## Installation
Install tailwindcss and relevant tools. Make sure **node** and **rust** is installed on your system!

```Bash
npm run setup
```

### Clone repository

**Dev server:**
```
npm run dev
```

**Production:**
```
npm run prod
```