2016-03-06 10:06:24 -08:00
2016-03-06 10:06:24 -08:00
2016-03-06 05:22:23 -08:00
2016-03-04 00:28:29 -08:00
2016-03-06 08:16:38 -08:00
2016-03-06 00:16:38 -08:00

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 dependencies

Run this at the terminal:

npm install

This will probably take several minutes.

Start with Stage 1

Run this at the terminal:

cd stages/1

Now head over to the README for stage 1!

Description
Elm 0.19 workshops. Includes Intro and Advanced courses.
Readme MIT 5.5 MiB
Languages
Elm 89%
JavaScript 8.5%
CSS 2.3%
HTML 0.2%