isomorphic-clojurescript-reagent-node
isomorphic-clojurescript-reagent-node copied to clipboard
Isomorphic ClojureScript with Reagent and Node.js
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.
Installation
This demo assumes you have Java, Leiningen and Node.js installed.
Usage
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
License
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.