https://github.com/tensor-programming/elm-tutorial-4
an analog clock app in elm
https://github.com/tensor-programming/elm-tutorial-4
Last synced: 10 months ago
JSON representation
an analog clock app in elm
- Host: GitHub
- URL: https://github.com/tensor-programming/elm-tutorial-4
- Owner: tensor-programming
- Created: 2016-10-23T23:45:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T03:04:23.000Z (over 9 years ago)
- Last Synced: 2025-01-25T20:24:17.641Z (over 1 year ago)
- Language: Elm
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Tutorial 4
# A simple Analog Clock App made with Elm
## Run `elm package install` before running `elm reactor` or `elm make` so that this app will actually be able to build.
## To build the app, use `elm-make todo.elm`, otherwise you can use `elm reactor` to run the app on a dynamic server.
### You can also dynamically build the application by copy and pasting the code into the [elm try online app](http://elm-lang.org/try). (make sure to remove the first line of code first).
### Check out the Youtube Tutorial for this specific elm Program. [video](https://youtu.be/9YgGnZnbTSw) Here is our [Youtube Channel](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg) Subscribe for more content.
### Check out our blog at [tensor-programming.com](http://tensor-programming.com/).
### Our [Twitter](https://twitter.com/TensorProgram) and our [facebook](https://www.facebook.com/Tensor-Programming-1197847143611799/).