leptos/examples/hackernews_islands_axum
Greg Johnston 85a91af7c6 examples: simplify stable syntax for using signals in view 2024-04-09 14:45:19 -04:00
..
.cargo feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00
public feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00
src examples: simplify stable syntax for using signals in view 2024-04-09 14:45:19 -04:00
Cargo.toml stable examples change (#2497) 2024-04-04 20:11:28 -07:00
Dockerfile feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00
LICENSE feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00
Makefile.toml ci(hackernews_islands_axum): build with cargo leptos 2024-02-11 15:40:32 -05:00
README.md docs: make it easy to see how to run each example in its README (#2085) 2023-11-28 11:47:56 -05:00
build-front.sh feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00
index.html feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00
rust-toolchain.toml chore(ci): run all examples under stable and fix remaining linting issue (#2503) 2024-04-05 16:09:23 -04:00
style.css feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00

README.md

Leptos Hacker News Example with Axum

This example creates a basic clone of the Hacker News site. It showcases Leptos' ability to create both a client-side rendered app, and a server side rendered app with hydration, in a single repository. This repo differs from the main Hacker News example by using Axum as it's server.

Getting Started

See the Examples README for setup and run instructions.

Quick Start

Run cargo leptos watch to run this example.