Skip to content

A snappy Leptos website operating in CSR mode, compiled via Trunk in to WebAssembly (WASM), enabling it to run in the browser like a typical JavaScript SPA

Notifications You must be signed in to change notification settings

charans29/leptos-csr-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A snappy Leptos website operating in CSR mode, compiled via Trunk in to WebAssembly (WASM), enabling it to run in the browser like a typical JavaScript SPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published