Skip to content
The TodoMVC app written in Elm, nice example for beginners.
Elm CSS HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Move code into src/ Jun 23, 2018
.gitignore Make changes for 0.14 Nov 25, 2014
LICENSE Longer years in license May 10, 2016
README.md use HTTPS link to demo Dec 2, 2019
elm.json move to most recent versions of dependencies Nov 5, 2019
index.html Update initialization in HTML Jun 23, 2018
style.css Update to latest CSS Jun 28, 2016

README.md

TodoMVC in Elm - Try It!

All of the Elm code lives in src/Main.elm and relies on the elm/html library.

There also is a port handler set up in index.html to store the Elm application's state in localStorage on every update.

Build Instructions

Run the following command from the root of this project:

elm make src/Main.elm --output=elm.js

Then open index.html in your browser!

You can’t perform that action at this time.