Skip to content

pithub/elm-compiler-in-elm-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI for Testing the Elm Compiler in Elm


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.


About

UI for the Elm Compiler in Elm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages