e19b0c5be65c4dc89523d8706881b615e9a9fbf5
Getting Started
Installation
-
Install Node.js 4.0.0 or higher
-
Add an editor plugin for your editor of choice.
-
Not required, but highly recommended: install elm-format and integrate it into your editor so that it runs on save.
-
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
Create a GitHub Personal Access Token
We'll be using GitHub's Search API, and authenticated API access lets us experiment without worrying about the default rate limit. Since we'll only be accessesing the Search API, these steps can be done either on your personal GitHub account or on a throwaway account created for this workshop; either way will work just as well.
- Visit https://github.com/settings/tokens/new
- Enter "Elm Workshop" under "Token description" and leave everything else blank.
- Create the token and copy it into
Auth.elm.
Start with Stage 1
Run this at the terminal:
cd stages/1
Now head over to the README for stage 1!
Languages
Elm
89%
JavaScript
8.5%
CSS
2.3%
HTML
0.2%