- Install the latest version of Node (atleast version 7)
- Run the following command
npm install -g elm
Using Elm is way nicer when you have a code editor to help you out. There are Elm plugins for at least the following editors:
Highly recommended installing or enabling elm-format
on save in your editor.
npm install -g elm-format
git clone git@github.com:breezyboa/elm-workshop.git
cd elm-workshop