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

https://github.com/olical/elm-guide

My workings from the Elm guide
https://github.com/olical/elm-guide

Last synced: 7 months ago
JSON representation

My workings from the Elm guide

Awesome Lists containing this project

README

          

# Elm Guide

This is my workbook for the [Elm Guide][], you can run the examples with the reactor, I've added some make commands for convenience. Check out the `Makefile` for more information.

```bash
# Install the dependencies (local to this directory)
make install

# Start an Elm repl
make repl

# Run the reactor
make reactor
```

[Elm Guide]: http://guide.elm-lang.org/