/elm-signup-form

Live validated signup form written in Elm

Primary LanguageJavaScript

Elm Signup Form

Building a live validated signup form with Elm. Based on this tutorial and this example.

Building the project

  1. Install Elm language and tools.
  2. In the project directory, run elm-package install.
  3. Run elm-make SignupForm.elm to compile the Elm code to JS.
  4. Open index.html in a web browser.