/nw-template

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

nw-template

A Leiningen template for developing node webkit applications in Clojurescript.

Dependencies

  • Node Webkit

Installing node webkit:

npm install -g nw

Usage

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)

License

Copyright © 2015 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.