A simple elm reactor
-like user interface to test
the port of the Elm compiler
from Haskell to Elm.
For more information see the recording of the August 2024 Elm Online Meetup:
https://www.youtube.com/watch?v=OK9S_HUdReA.
make
or
elm make src/Main.elm --output dist/index.js
cd scripts
npm install
node cors-proxy.js
Open localhost:8088 in your browser.
Enter "h" or an empty line in the command input field.