Check out the post!
If you don't already have elm
and elm-live
:
npm install -g elm elm-live
Then, to build each example (replace "1" with the number of the example 1~21):
$ elm-live --output=compiled/Example_1.js src/Example_1.elm --open --debug
(Leave off the --debug
if you don't want the time-traveling debugger.)
Replace "1" with the number of the example 1~21:
https://github.com/lucamug/elm-form-examples/blob/master/src/Example_1.elm
- Ellie for autocomplete example https://ellie-app.com/b7HdzScGha1/0
- Section Example https://ellie-app.com/b7HdzScGha1/1
- autocomplete Example - Contact https://ellie-app.com/b7HdzScGha1/2
- DatePicker https://ellie-app.com/qzppX44YGa1/0