This is a simple file explorer written in Rust with the Leptos framework.
-
Make sure you have Rust setup and
cargo-leptos
installed (This guide can help). -
Install and run tailwind
npx tailwindcss -i ./style/input.css -o ./style/output.css --watch
-
Run the application with
cargo leptos watch