A new architectural pattern for separating business logic from presentation logic, invented by mgold.
- Discussion: https://groups.google.com/forum/#!topic/elm-discuss/IU4zPO6vn5A
- Demo: https://simonewebdesign.it/demo/elm
- Install Elm v0.16 -
npm i -g elm@0.16
- Clone this repo
cd
into the project's root directoryelm-make Main.elm --output elm.js
- Open
index.html
with your web browser of choice