Skip to content

kaleidawave/hackernews-prism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackernews Prism

A clone of Hackernews built with Prism, Rust and Actix-web.

Built using the Hackernews REST API.

Inspired by hn.svelte.dev.

This project shows the main benefits of using Prism which no other framework / compiler has:

  • Smallest bundle size
  • Isomorphic Rust compilation
  • JIT Hydration

Run

git clone https://github.com/kaleidawave/hackernews-prism.git
cd hackernews-prism
npm install
npm run build
npm start