Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 303 Bytes

Elm Hacker News.

A real world Hacker News SPA in Elm.

Getting Started.

  • Install elm and elm-live: yarn global add elm elm-live
  • Install packages: elm-package install
  • Run: bin/run

Inspiration

  1. This Real World Example App