This is a ClojureScript version of the code repository for the book Getting Started with D3.
The code was translated line by line from Javascript to ClojureScript whenever possible.
As a result it is possible to read the book while looking at the ClojureScript code.
-
Clone this repository
-
Run these commands from within the repository:
$ lein cljsbuild once
$ lein ring server
-
Wait for the browser to open at http://localhost:3000
Distributed under the Eclipse Public License, the same as Clojure.