An open API service indexing awesome lists of open source software.

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

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/).