Check out the full writeup!
If you don't already have elm
and elm-live
:
$ npm install -g elm elm-live
Then, to build everything:
$ elm-live src/main.elm --open --debug
(Leave off the --debug
if you don't want the time-traveling debugger.)
Check out the full writeup!
If you don't already have elm
and elm-live
:
$ npm install -g elm elm-live
Then, to build everything:
$ elm-live src/main.elm --open --debug
(Leave off the --debug
if you don't want the time-traveling debugger.)