Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/browserify-nw-global-problem
https://github.com/adam-lynch/browserify-nw-global-problem
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adam-lynch/browserify-nw-global-problem
- Owner: adam-lynch
- Created: 2015-05-25T15:43:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T16:34:50.000Z (over 9 years ago)
- Last Synced: 2024-10-20T02:46:15.308Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Created for [substack/node-browserify#1282](https://github.com/substack/node-browserify/issues/1282).
## To run
1. `npm install -g [email protected]`
2. `nw _public`
3. You'll see `Uncaught ReferenceError: app is not defined` in the terminal. If you're on Windows, click the cog in the top right of the app when it opens to see the error in devtools.## To re-build
1. `npm install -g gulp`
2. `npm install`
3. `gulp`