cordova-nodewebkit
cordova-nodewebkit copied to clipboard
Run Apache Cordova apps on node-webkit (linux/mac/windows)
cordova-nodewebkit
Run Apache Cordova apps on your linux/mac/windows desktop with node-webkit.
Hello world project structure
HelloWorld
|- app
|- package.json (consumed by node-webkit)
|- www
|- index.html
|...
|- cordova.js
|- node_modules
|...