rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

development reload #82

Open arashbi opened 5 years ago

arashbi commented 5 years ago

Is there a way to see the changes immediately in the browser when changing the code, without making and restarting the webserver? Like the way elm reactor works.

jarlah commented 4 years ago

Isnt it just to run something like this elm-live src/Main.elm --open --start-page=index.html -u -H -- --output=elm.js --debug