An open API service indexing awesome lists of open source software.

https://github.com/fed/elm-example

Elm Examples
https://github.com/fed/elm-example

Last synced: about 2 months ago
JSON representation

Elm Examples

Awesome Lists containing this project

README

        

# elm-lab


Elm

## Prerequisites

Install Elm globally:

```
npm install -g elm
```

## Building

Fetch all of the dependencies first:

```
elm-package install
```

Then build the source:

```
elm-make Pluralise.elm
```

This will generate a `index.html` file you can run in your browser.