leptos/examples/hackernews_js_fetch/README.md
2024-08-01 19:43:09 -04:00

333 B

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

deno task build
deno task start