https://github.com/raineorshine/elmfire-extra-hello-world
elmfire-extra example #1: Hello World
https://github.com/raineorshine/elmfire-extra-hello-world
Last synced: 2 months ago
JSON representation
elmfire-extra example #1: Hello World
- Host: GitHub
- URL: https://github.com/raineorshine/elmfire-extra-hello-world
- Owner: raineorshine
- Created: 2016-03-24T21:19:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T05:23:31.000Z (about 9 years ago)
- Last Synced: 2025-04-06T04:14:59.807Z (2 months ago)
- Language: Elm
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello world example of [elmfire-extra](https://github.com/ThomasWeiser/elmfire-extra).
(Also see: [Example #2](https://github.com/metaraine/elmfire-extra-example2) | [Example #3](https://github.com/metaraine/elmfire-extra-example3))
## Install
```
elm package install
```## Run
```
elm reactor
open http://localhost:8000/main.elm
```