https://github.com/tvanhens/nw-template
https://github.com/tvanhens/nw-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tvanhens/nw-template
- Owner: tvanhens
- License: epl-1.0
- Created: 2015-11-27T01:47:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T03:37:21.000Z (over 10 years ago)
- Last Synced: 2025-12-13T09:48:13.574Z (7 months ago)
- Language: Clojure
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nw-template
A Leiningen template for developing [node webkit](http://nwjs.io/)
applications in Clojurescript.
## Dependencies
- Node Webkit
Installing node webkit:
``` bash
npm install -g nw
```
## Usage
Create a new project:
``` bash
lein new nw hello-world
```
Start figwheel:
``` bash
lein figwheel
```
In a new terminal window, start node webkit:
``` bash
lein nw
```
Connect to the figwheel repl on port `7888` and then start the node
webkit repl with:
``` clojure
(dev)
```
## License
Copyright © 2015 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.