mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
7d1ce45a57
- `leptos_axum` default feature: - remove `tokio/full`, `axum/macros` - add `tokio/fs`, `tokio/sync` - example `leptos-tailwind-axum`: - enable `tokio`'s `rt-multi-thread` and `macros` features - example `ssr_modes_axum`: - enable `tokio`'s `rt-multi-thread` and `macros` features Co-authored-by: Paul Nettleton <paulnett7@hotmail.com> |
||
---|---|---|
.. | ||
end2end | ||
public | ||
src | ||
style | ||
.gitignore | ||
Cargo.toml | ||
Makefile.toml | ||
package-lock.json | ||
package.json | ||
README.md | ||
rust-toolchain.toml | ||
tailwind.config.js |
Leptos with Axum + TailwindCSS Tempate
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.