/elm-chronometer

First try with elm-lang

Primary LanguageElm

Elm chronometer

Same as react-chronometer written in Elm

Compile and run

  • Install Elm for your OS

  • Install dependencies

    elm package install
    
  • Compile main.js file

    elm make Main.elm --output=main.js
    
  • Open index.html in your browser