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
- Host: GitHub
- URL: https://github.com/tonsky/datascript-todo
- Owner: tonsky
- License: mit
- Created: 2014-12-12T10:34:41.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-03-02T12:57:39.000Z (over 6 years ago)
- Last Synced: 2024-11-07T15:46:20.469Z (7 months ago)
- Language: Clojure
- Homepage: http://tonsky.me/datascript-todo/
- Size: 941 KB
- Stars: 78
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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