Liking cljdoc? Tell your friends :D

re-frame-datatable-docs

A re-frame application designed to ... well, that part is up to you.

Development Mode

Lein figwheel requires Java SE8. It uses XMLBinding that is deprecated in Java SE9 and removed in Java SE11.

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

Can you improve this documentation? These fine people already did:
Konrad Szydlo & Kirill Ishanov (Apstra)
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close