Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 357 Bytes

try-elm

Sample sign up form with validation for username and password fields.

  1. Install Elm
  2. git clone https://github.com/bijanbwb/try-elm.git
  3. cd try-elm
  4. elm-package install elm-lang/html --yes
  5. elm-package install evancz/elm-http --yes
  6. elm-make SignupForm.elm --output elm.js
  7. open index.html