Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hypnoglow/elm-by-example
- Owner: hypnoglow
- Created: 2016-11-25T18:06:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T18:10:05.000Z (about 8 years ago)
- Last Synced: 2024-10-12T20:20:53.762Z (2 months ago)
- Topics: elm, elm-demos, elm-language
- Language: HTML
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.