Back to Leptos

Leptos Hacker News Example with Axum

examples/hackernews_js_fetch/README.md

0.8.18332 B
Original Source

Leptos Hacker News Example with Axum

This example uses the basic Hacker News example as its basis, but shows how to run the server side as WASM running in a JS environment. In this example, Deno is used as the runtime.

Server Side Rendering with Deno

To run the Deno version, run

bash
deno task build
deno task start