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

https://github.com/tonsky/datascript-todo

DataScript ToDo Sample Application
https://github.com/tonsky/datascript-todo

Last synced: about 2 months ago
JSON representation

DataScript ToDo Sample Application

Awesome Lists containing this project

README

        

# DataScript ToDo Sample Application

### Development Build

```
lein cljsbuild auto none &
open index.html
```

### For LightTable UI

For inline evaluation of clojurescript within LightTable you must manually
update LightTable's Clojure plugin to 0.2.0 or later. As of this writing,
the plugin version is 0.1.0 and does not update unless, from the LightTable
UI, you delete the plugin and re-install it.

Build from the command line before using LightTable.

It's important to use `none` to invoke the correct cljsbuild identifier,
otherwise advanced optimizations will prevent LightTable from finding `goog`

### License

MIT License

Copyright © 2015 Nikita Prokopov