mirror of
https://github.com/correl/elm.git
synced 2024-12-21 11:08:59 +00:00
8f82b36223
Fixes #100 * Upgrade Node Test Runner and Test Files * Avoid Installing Deps in Each Exercise
377 B
377 B
Installing on any platform
The simplest way to install Elm is via Node.js/NPM.
If you don't already have Node.js installed on your computer, you can download it from the official site. Once you have Node.js up and running, follow these steps to install the Elm platform and elm-test
.
$ npm install --global elm@0.17.1 elm-test@0.17.3