mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
c676cf921d
* Made get_configuraiton sync * Update examples |
||
---|---|---|
.. | ||
end2end | ||
public | ||
src | ||
style | ||
.gitignore | ||
Cargo.toml | ||
Makefile.toml | ||
package.json | ||
README.md | ||
rust-toolchain.toml | ||
tailwind.config.js |
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.