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
- Host: GitHub
- URL: https://github.com/olical/elm-guide
- Owner: Olical
- Created: 2016-05-16T13:21:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T20:18:01.000Z (about 9 years ago)
- Last Synced: 2025-02-23T13:52:21.216Z (11 months ago)
- Language: Elm
- Homepage: http://guide.elm-lang.org/
- Size: 120 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/