Sample sign up form with validation for username and password fields.
- Install Elm
git clone https://github.com/bijanbwb/try-elm.git
cd try-elm
elm-package install elm-lang/html --yes
elm-package install evancz/elm-http --yes
elm-make SignupForm.elm --output elm.js
open index.html