Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 472 Bytes

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