Richard Feldman c6da992cce Remove elm-check
2016-03-27 05:46:43 -07:00
2016-03-27 05:46:43 -07: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-26 09:51:21 -07:00

Getting Started

Installation

  1. Install Node.js 4.0.0 or higher

  2. Add an editor plugin for your editor of choice.

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

  4. Run the following command to install everything else:

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

This command could take several minutes to complete.

Clone this repository

Run this at the terminal:

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

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%