An open API service indexing awesome lists of open source software.

https://github.com/nwutils/nw-jquery-example

An example of integrating JQuery with NW.js
https://github.com/nwutils/nw-jquery-example

Last synced: about 2 months ago
JSON representation

An example of integrating JQuery with NW.js

Awesome Lists containing this project

README

        

# nw-jquery-example
An NW.js desktop app with jQuery

## Running Locally

1. Download [Node.js](https://nodejs.org) and npm (comes with Node)
1. Download or fork/clone this repo
1. Run `npm install` (only need to do this once)
1. Run `npm start` (any time you want to start the app)

## Doing builds

Consult [NW.js documentation](https://nwjs.io).