Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandronanez/elm-101
Repository for the first ELM talk in HUGE MDE
https://github.com/alejandronanez/elm-101
elm training
Last synced: 24 days ago
JSON representation
Repository for the first ELM talk in HUGE MDE
- Host: GitHub
- URL: https://github.com/alejandronanez/elm-101
- Owner: alejandronanez
- License: mit
- Created: 2017-07-21T02:22:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T17:37:27.000Z (over 7 years ago)
- Last Synced: 2024-12-09T03:41:53.321Z (30 days ago)
- Topics: elm, training
- Language: Elm
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ELM 101
First talk about ELM in Huge MDE office.You need to install ELM first to run this examples, run `npm i -g elm && npm i -g elm-format` to do so.
After installing ELM you should have `elm-reactor` installed in your computer, to run this example you should:
```shell
$ cd into/this/folder
$ elm-reactor
# open localhost:8000
```
# LICENSE
MIT