diff --git a/examples/hackernews_js_fetch/README.md b/examples/hackernews_js_fetch/README.md index fd4936ed0..e1f22c225 100644 --- a/examples/hackernews_js_fetch/README.md +++ b/examples/hackernews_js_fetch/README.md @@ -1,14 +1,12 @@ # 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. - -## Client Side Rendering -To run it as a Client Side App, you can issue `trunk serve --open` in the root. This will build the entire -app into one CSR bundle. Make sure you have trunk installed with `cargo install trunk`. +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 +deno task start ``` diff --git a/examples/hackernews_js_fetch/index.html b/examples/hackernews_js_fetch/index.html deleted file mode 100644 index f7d46be72..000000000 --- a/examples/hackernews_js_fetch/index.html +++ /dev/null @@ -1,8 +0,0 @@ - - -
- - - - - \ No newline at end of file