Skip to content

sycamore-rs/hackernews-sycamore

Repository files navigation

hackernews-sycamore

This is a simple Hacker News SPA built using Sycamore in approx. 500 lines of Rust.

Building

Requirements:

  • Trunk: Use Trunk to build and bundle the app.
git clone https://github.com/lukechu10/hackernews-sycamore
cd hackernews-sycamore
rustup target add wasm32-unknown-unknown
npm install
trunk serve --open

Live demo