Skip to content

ritesh404/elm-workshop

Repository files navigation

Getting on board with Elm

Installation

Through installers

Through npm

  • Install the latest version of Node (atleast version 7)
  • Run the following command
npm install -g elm

Add a plugin for your editor of choice

Using Elm is way nicer when you have a code editor to help you out. There are Elm plugins for at least the following editors:

Highly recommended installing or enabling elm-format on save in your editor.

npm install -g elm-format

Clone this Repo

git clone git@github.com:breezyboa/elm-workshop.git
cd elm-workshop