mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 08:44:28 -05:00
Leptos with Axum + TailwindCSS Template
This is a template demonstrating how to integrate TailwindCSS with the Leptos web framework, Axum server, and the cargo-leptos tool.
Getting Started
See the Examples README for setup and run instructions.
Quick Start
Run cargo leptos watch to run this example.
Tailwind Migration
If you're updating from Tailwind 3 to Tailwind 4, it would be informative to view the tailwind migration document as things have changed.