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.
- Host: GitHub
- URL: https://github.com/bhb/cljs-todomvc
- Owner: bhb
- License: epl-1.0
- Created: 2014-12-10T06:51:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T04:39:14.000Z (over 11 years ago)
- Last Synced: 2026-02-20T13:58:50.904Z (5 months ago)
- Language: Clojure
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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