Skip to content

Latest commit

 

History

History

todo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Elm Examples: TODO list

Example of a simple TODO list that uses a server to save and load TODOs. It demonstrates how the Elm architecture works and how to use elm/http and elm/json packages.

You need to install server dependencies using yarn:

$ yarn

Then, you can start the server:

$ yarn server

And the Elm app using elm reactor - run script:

$ yarn dev

Format js and ELM code with prettier and elm-format:

$ yarn format