Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/elm-tower
elm tower
https://github.com/mrspeaker/elm-tower
Last synced: 14 days ago
JSON representation
elm tower
- Host: GitHub
- URL: https://github.com/mrspeaker/elm-tower
- Owner: mrspeaker
- Created: 2014-09-26T23:08:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T15:34:11.000Z (about 10 years ago)
- Last Synced: 2024-10-10T22:49:00.295Z (about 1 month ago)
- Language: Elm
- Size: 196 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Tower
## Setup
First make sure you have [Elm Platform][platform] 0.13 or higher. The next
step is to clone this repo:[platform]: https://github.com/elm-lang/elm-platform/
```shell
git clone https://github.com/michaelbjames/elm-examples.git
cd elm-examples
``````shell
cd elm-tower
elm-get install
elm --make --only-js ElmTower.elm
cd ..
```Finally, you can start the reactor from the root of this project and start
playing with the examples:```shell
elm-reactor
```The Reactor should be running at [http://localhost:8000][localhost].