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

https://github.com/pinx/elm-tutorial

Following the elm-architecture tutorial
https://github.com/pinx/elm-tutorial

Last synced: 5 months ago
JSON representation

Following the elm-architecture tutorial

Awesome Lists containing this project

README

        

## Getting started with Elm

```bash
npm install --global elm elm-live
elm package install evancz/start-app
elm package install evancz/elm-html
```

Make a script file (e.g. ./elm-run, chmod +x), with:
```bash
elm-live src/Main.elm --output=index.html
```

Start live coding:
```bash
./elm-run
```