kandran / node-webkit-starter

A grunt based node-webkit starter with build option

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-webkit-starter

A grunt based node-webkit starter with build option

Requirement

Naturally, this requires that you have a version of Node installed, and grunt-cli available.

Installation


Simply run `npm install` to install dependencies.

Package


Running `grunt` will generate build versions. Build option are set on `gruntfile.js` file

Windows specificity


There are some `.dll` and `.pack` extra files with the generated executable file for windows platform. You can improve the result with a simple and alone `.exe` file that encapsulate all the stuff by following steps [here](https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps).

About

A grunt based node-webkit starter with build option


Languages

Language:JavaScript 83.6%Language:HTML 16.4%