After you have downloaded and installed node-webkit,
create a directory on your hard-drive named myapp
.
Place all files of this gist inside the created directory:
- myapp/
- app.js
- index.html
- package.json
Open your terminal and cd
to myapp
.
Run node-webkit
as explained on the node-webkit wiki.
Nice share .. thanks man!