db1c15f4e4
* fix: fix web-sys warnings in server_fn * fix: update web-sys to 0.3.70 * fix: web-sys clipboard api in 0.3.70 |
||
---|---|---|
.. | ||
public | ||
src | ||
Cargo.toml | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
deno.jsonc | ||
deno.lock | ||
run.ts | ||
rust-toolchain.toml |
README.md
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