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

https://github.com/bhb/cljs-todomvc

An implementation of TodoMVC using ClojureScript, Reagent, and core.async.
https://github.com/bhb/cljs-todomvc

Last synced: 3 months ago
JSON representation

An implementation of TodoMVC using ClojureScript, Reagent, and core.async.

Awesome Lists containing this project

README

          

# TodoMVC

An implementation of [TodoMVC](http://todomvc.com) using ClojureScript, Reagent, and core.async.

### Hacking

```
$ lein repl
user=> (ns todomvc.server)
todomvc.server=> (run)
todomvc.server=> (browser-repl)
```

Open http://localhost:10555