Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 798 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 798 Bytes

Leptos CSR "Hello World" Website

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).

Prerequisites

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.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/charans29/leptos-csr-dev.git
    cd leptos-csr-dev
  2. Build and serve the application:

    trunk serve --open