Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 349 Bytes

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.