mdgriffith / elm-electron-todomvc

Proper implementation of the TodoMVC app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 53.6%Language:CSS 36.9%Language:JavaScript 6.7%Language:HTML 2.8%