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
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