Install the Elm Platform command-line tools

Getting Elm installed. We will install the Elm CLI with npm. This gives us access to elm-repl
and elm-reactor
. The repl lets us play with expressions at the command-line, and reactor starts a development server which builds Elm files on-demand.