Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvcaw/tailwindcss-yew-template
https://github.com/vvcaw/tailwindcss-yew-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vvcaw/tailwindcss-yew-template
- Owner: vvcaw
- Created: 2022-04-07T13:39:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T11:49:33.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T01:07:06.809Z (7 months ago)
- Language: Rust
- Size: 257 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yew - tailwindcss-yew-template - Simple layout for using Tailwindcss with Yew. (Templates)
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
```