A Leiningen template for developing node webkit applications in Clojurescript.
- Node Webkit
Installing node webkit:
npm install -g nw
Create a new project:
lein new nw hello-world
Start figwheel:
lein figwheel
In a new terminal window, start node webkit:
lein nw
Connect to the figwheel repl on port 7888
and then start the node
webkit repl with:
(dev)
Copyright © 2015 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.