Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 712 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 712 Bytes

Road to Elm - Examples of Elm code

This repository contains working solutions to some problems which we encountered while learning Elm.

Setup and usage

  1. Clone this repository and navigate inside it.

  2. Install required Elm packages using following command.

    elm package install
    
  3. To see each example in action, run elm reactor command. Elm reactor will start a local server listing all the files in this repository in browser. Click on any file having extension .elm to execute it and see the output in the browser.

Table of contents