Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 324 Bytes

elm-quizboard

A quizboard created in Elm. Used to keep track of the scores in the daily aftenposten quiz.

Run the app with elm-reactor.

Development

Install elm-live and elm

$ npm install -g elm elm-live

Run elm application with hot-reload

$ elm-live src/Main.elm --open -- --output=main.js