Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 524 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 524 Bytes

Introduction to Elm

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