Skip to content

evancz/cufp-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUFP Tutorial

Practice problems for the Elm tutorial at CUFP 2014.

Setup

Clone this repo, navigate into cufp-tutorial/todo, compile Todo.elm, and start Elm Reactor:

git clone https://github.com/evancz/cufp-tutorial.git
cd cufp-tutorial

cd todo
elm-get install
elm --make --only-js Todo.elm
cd ..

elm-reactor

Now you can edit todo/Todo.elm in your favorite editor and use the time traveling debugger at localhost:8000/todo/todo.html.

About

Practice problems for the Elm tutorial at CUFP 2014

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages