Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 387 Bytes

Exercise for everyone to dive into Elm

Elmoin Meetup May 2016

  1. Fork https://github.com/elmoin/dive-into-elm-exercise.git

  2. Run app

git clone https://github.com/{username}/dive-into-elm-exercise.git
cd dive-into-elm-exercise
elm-package install
elm-reactor
  1. Exercises are defined in Main.elm

  2. Open a pull request to show your result

  3. Have fun :)