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

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

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