mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
11 lines
442 B
Markdown
11 lines
442 B
Markdown
# Leptos with Axum + TailwindCSS Template
|
|
|
|
This is a template demonstrating how to integrate [TailwindCSS](https://tailwindcss.com/) with the [Leptos](https://github.com/leptos-rs/leptos) web framework, Axum server, and the [cargo-leptos](https://github.com/akesson/cargo-leptos) tool.
|
|
|
|
## Getting Started
|
|
|
|
See the [Examples README](../README.md) for setup and run instructions.
|
|
|
|
## Quick Start
|
|
|
|
Run `cargo leptos watch` to run this example.
|