Portfolio WASM powered by Rust with Leptos and Axum
- Rust: most powerfull language in solar system.
- Leptos: A cutting-edge Rust framework for the modern web.
- Axum: a web application framework that focuses on ergonomics and modularity.
- TailwindCSS: CSS framework.
- RedisDB: in-memory data store.
- TiKV: a highly scalable, low latency, and easy to use key-value database coded in Rust.
- Meilisearch: a powerful, open-source search engine offering fast and relevant full-text searches in Rust.
rustup toolchain install nightly
rustup default nightly
cargo install cargo-leptos
rustup target add wasm32-unknown-unknown
cargo leptos watch