Use with questions relating to elm reactor, the development server included with [elm]
elm reactor
is the development server included with elm.
It is initiated with the command elm reactor
and will then start a web server at http://localhost:8000/
. When accessed with a web browser you can navigate to any Elm file in your project to see what it looks like. elm reactor
will rebuild your code on reload, and display any compilation errors in the browser.