Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hypnoglow/elm-by-example

Collection of examples that illustrate the Elm language basics.
https://github.com/hypnoglow/elm-by-example

elm elm-demos elm-language

Last synced: about 1 month ago
JSON representation

Collection of examples that illustrate the Elm language basics.

Awesome Lists containing this project

README

        

# elm-playground

Simple Elm language examples.

## Running

Make sure Elm is installed.

Run:

elm reactor

and navigate to the listening URL which is `http://localhost:8000` by default.