Files
elm-0.19-workshop/README.md
2016-03-24 22:02:46 -07:00

816 B

Getting Started

Install Nodejs 4.0.0 or higher

http://nodejs.org

Install Elm

Visit http://elm-lang.org/install to get set up.

Not required, but highly recommended: install elm-format and integrate it into your editor so that it runs on save.

Clone this repository

Run this at the terminal:

git clone https://github.com/rtfeldman/elm-workshop.git
cd elm-workshop

Install supporting tools

Run this at the terminal:

npm install -g elm-live@2.0.4 elm-test@0.16.1-alpha3 elm-css@0.4.0

This could take several minutes.

Start with Stage 1

Run this at the terminal:

cd stages/1

Now head over to the README for stage 1!