This is an example application that demonstrates how to build an isomorphic ClojureScript application using Reagent (react.js) that targets Node.js
See http://blog.testdouble.com/posts/2016-01-21-isomorphic-clojurescript.html for more in-depth information.
This demo assumes you have Java, Leiningen and Node.js installed.
npm install
to install Node packages.
lein cljsbuild once server app
to build project
node resources/public/js/server-side/server.js
to start server
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.