/nw-jquery-example

An example of integrating JQuery with NW.js

Primary LanguageJavaScriptMIT LicenseMIT

nw-jquery-example

An NW.js desktop app with jQuery

Running Locally

  1. Download Node.js and npm (comes with Node)
  2. Download or fork/clone this repo
  3. Run npm install (only need to do this once)
  4. Run npm start (any time you want to start the app)

Doing builds

Consult NW.js documentation.