Skip to content

nwutils/nw-jquery-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.