leptos/examples/tailwind_axum
2024-02-17 12:56:03 -05:00
..
end2end examples: rename Tailwind examples (#1875) 2023-10-13 16:20:26 -04:00
public examples: rename Tailwind examples (#1875) 2023-10-13 16:20:26 -04:00
src examples: fix CSS file name in tailwind_axum (#2324) 2024-02-17 12:56:03 -05:00
style examples: rename Tailwind examples (#1875) 2023-10-13 16:20:26 -04:00
.gitignore examples: rename Tailwind examples (#1875) 2023-10-13 16:20:26 -04:00
Cargo.toml fix(examples): align crate name and output name (closes #2206) (#2291) 2024-02-10 15:47:25 -05:00
Makefile.toml examples: rename Tailwind examples (#1875) 2023-10-13 16:20:26 -04:00
package-lock.json examples: fix CSS file name in tailwind_axum (#2324) 2024-02-17 12:56:03 -05:00
package.json examples: rename Tailwind examples (#1875) 2023-10-13 16:20:26 -04:00
README.md examples: fix typos in examples (#2260) 2024-02-05 05:20:53 -05:00
rust-toolchain.toml fix(ci): address clippy issue (#2278) 2024-02-09 16:30:11 -05:00
tailwind.config.js examples: rename Tailwind examples (#1875) 2023-10-13 16:20:26 -04: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.