Skip to content

Latest commit

 

History

History

2015-12-16_intro-to-elm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Introduction to Elm

http://www.meetup.com/got-lambda/events/226630957/

Simple example to begin with.

  • Clone the repository
  • Make sure you have Elm platform installed
  • cd into the repository
elm-package install

After that, run elm reactor

Starting a project from scratch

In the project directory, run

elm-package install

The above will create the project package if not already present.

After that, install the needed packages listed on package.elm-lang.org

elm-package install evancz/elm-html
elm-package install evancz/start-app