Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 836 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 836 Bytes

Clojurescript + Google Closure Demos

Reimplementation of the Google Closure Demos in Clojurescript.

View working demos at hhutch.github.com/cljs-closure-demos.

Compile using leiningen cljsbuild Advanced compilation will cause some of these to fail.

lein cljsbuild auto
lein cljsbuild once autocompletebasic

Use a local webserver to view the demos once compiled

cd resources/public/ && python -m SimpleHTTPServer 8080 &
chromium-browser http://localhost:8080/

Work in Progress

Currently the following demos do not work

  • autocomplete rich remote
  • charpicker
  • d0mselection
  • drilldownrow
  • editor
  • hsvapallette
  • slider