Skip to content

got-lambda/intro-to-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages