https://github.com/rexcrazy804/leptos-tailwind-template
A minimal leptos tauri template with tailwindcss support
https://github.com/rexcrazy804/leptos-tailwind-template
Last synced: 2 months ago
JSON representation
A minimal leptos tauri template with tailwindcss support
- Host: GitHub
- URL: https://github.com/rexcrazy804/leptos-tailwind-template
- Owner: Rexcrazy804
- License: unlicense
- Created: 2024-02-24T17:35:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-25T10:34:40.000Z (over 1 year ago)
- Last Synced: 2025-02-14T04:19:03.739Z (4 months ago)
- Language: CSS
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Template for Tauri + Leptos (+ Leptos Router) + TailWindCSS (+ [Cattpuccin](https://catppuccin.ryanccn.dev/))
This is a basic template for starting your leptos projects whilst utilizing tailwind css.
This template utilizes a trunk hook to compile your tailwindcss output into styles.css.
Please modify the Trunk.toml file to adjust the hook if you are not on nushell (pretty much uncommenting).# Installing dependencies
Simply run:
```bash
npm install
```
Then build the app using:
```bash
cargo tauri dev
```