Skip to content

Beny406/elm-electron-todomvc

 
 

Repository files navigation

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 .

About

Proper implementation of the TodoMVC app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 53.6%
  • CSS 36.9%
  • JavaScript 6.7%
  • HTML 2.8%