/elm-countdown

Simple countdown made to test elm

Primary LanguageHTMLMIT LicenseMIT

A simple countdown made to experiment with elm. DEMO

Install

  1. Download elm elm

  2. Clone this repo with

    git clone https://github.com/daspinola/elm-countdown.git

  3. To run the local server

    elm-reactor

  4. To export the elm file to HTML or JS

    elm-make main.elm --output="index.html"

License

MIT Licence