Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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