elm-electron-todomvc
elm-electron-todomvc copied to clipboard
Proper implementation of the TodoMVC app
TodoMVC in Elm using Electron (updated for Elm 0.19) -
Run Elm in Electron!
Electron is a way to package web apps into a cross platform desktop application and Elm is a fascinating new way of writing front end code.
You must have the elm platform installed as well as electron.
Running the thing
Compile the elm file into javascript.
elm make Todo.elm --output elm.js
Then run electron on the current directory.
electron .