This repository contains a minimal Leptos application demonstrating client-side rendering (CSR) in Rust. The application showcases a simple "Hello, World!" message rendered in the browser using WebAssembly (WASM).
Before you begin, ensure you have met the following requirements:
- You have a stable version of Rust installed.
- You have Trunk installed for building and serving WebAssembly applications.
To get a local copy up and running, follow these simple steps:
-
Clone the repository:
git clone https://github.com/charans29/leptos-csr-dev.git cd leptos-csr-dev
-
Build and serve the application:
trunk serve --open