UI for Testing the Elm Compiler in Elm
March 21, 2025 · View on GitHub
What Is It?
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.
How to Run It?
Compile the App
make
or
elm make src/Main.elm --output dist/index.js
Start the CORS Proxy and File Server
cd scripts
npm install
node cors-proxy.js
Run the App
Open localhost:8088 in your browser.
Show Help Message
Enter "h" or an empty line in the command input field.