https://github.com/karantan/elm-beginner
Basic elm examples
https://github.com/karantan/elm-beginner
Last synced: about 2 months ago
JSON representation
Basic elm examples
- Host: GitHub
- URL: https://github.com/karantan/elm-beginner
- Owner: karantan
- License: bsd-3-clause
- Created: 2019-04-13T09:08:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T10:03:50.000Z (about 6 years ago)
- Last Synced: 2025-02-13T15:53:54.699Z (4 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-beginner
The goal of this repository is to learn Elm with examples.# Usage
Run `make reactor` to start elm reactor. Open http://localhost:8000 and click on `src`
folder. There you will see basic elm examples.