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
- Host: GitHub
- URL: https://github.com/nwutils/nw-jquery-example
- Owner: nwutils
- License: mit
- Created: 2020-02-09T16:45:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T13:49:37.000Z (5 months ago)
- Last Synced: 2025-03-23T21:45:57.057Z (2 months ago)
- Language: JavaScript
- Homepage: https://nwutils.io
- Size: 190 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).