mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-12 23:57:09 +00:00
.. | ||
public | ||
src | ||
Cargo.toml | ||
deno.jsonc | ||
deno.lock | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
run.ts | ||
rust-toolchain.toml |
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