Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waterlink/elm-todo
Simple ToDo application written in Elm lang. No backend (yet?).
https://github.com/waterlink/elm-todo
Last synced: 30 days ago
JSON representation
Simple ToDo application written in Elm lang. No backend (yet?).
- Host: GitHub
- URL: https://github.com/waterlink/elm-todo
- Owner: waterlink
- License: mit
- Created: 2015-11-11T23:42:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T01:47:39.000Z (about 9 years ago)
- Last Synced: 2024-10-16T07:16:18.126Z (3 months ago)
- Language: Elm
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToDo application written in Elm lang
This is just a simple application without any backend storage (at least at this
point).[Demo](https://waterlink.github.io/elm-todo).
## Development
After cloning this repo, install all dependencies with
```bash
elm-package install
```Then run:
```bash
elm-make
elm-reactor
```And go to the URL: http://localhost:8000/Main.elm