Skip to content

illepic/elm-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm architecture demo for Devsigner 2017

Elm is a delightful language in which to build functional, safe UIs. Follow along with the code demo during the presentation here.

Instructions

  1. Clone this repo and cd into the directory

  2. Install elm:

     npm install -g elm
  3. Install all packages:

    elm-package install
  4. Run the local dev server:

    elm-reactor
  5. Visit: http://localhost:8000/index.html

  6. While interacting with the app, click the Explore History debugger to the lower right of the window for a pop up window that shows changes in app state.

Releases

No releases published

Packages

No packages published