This repository contains working solutions to some problems which we encountered while learning Elm.
-
Clone this repository and navigate inside it.
-
Install required Elm packages using following command.
elm package install -
To see each example in action, run
elm reactorcommand. Elm reactor will start a local server listing all the files in this repository in browser. Click on any file having extension.elmto execute it and see the output in the browser.