Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhpoet/nwjs-boilerplate
nw.js (node-webkit) boilerplate
https://github.com/vhpoet/nwjs-boilerplate
boilerplate nwjs
Last synced: 4 months ago
JSON representation
nw.js (node-webkit) boilerplate
- Host: GitHub
- URL: https://github.com/vhpoet/nwjs-boilerplate
- Owner: vhpoet
- Created: 2015-08-14T18:21:12.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-11-17T00:59:04.000Z (about 9 years ago)
- Last Synced: 2024-10-11T09:11:00.163Z (4 months ago)
- Topics: boilerplate, nwjs
- Language: JavaScript
- Size: 401 KB
- Stars: 27
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### [nw.js](https://github.com/nwjs/nw.js/) version of the [frontend-boilerplate](https://github.com/vhpoet/frontend-boilerplate)
No fancy generators, just clone this repo and build your app on top of it.
### Package
- Uses nw.js, AngularJS, Gulp, Jade, Sass (with sourcemaps), browserSync.
- Respects [angularjs-styleguide](https://github.com/johnpapa/angularjs-styleguide).### Setup
- Setup [nw.js](https://github.com/nwjs/nw.js/).
- `$ git clone https://github.com/vhpoet/nwjs-boilerplate`
- Find and replace `frontendboilerplate` to `yourappname` in `./`
- `$ npm install`
- `$ npm install -g gulp`
- `$ gem install sass`
- `$ cp config-example.json config.json`
- `$ gulp`
- `$ /path/to/nw .`### Deployment
Run `$ gulp packages` for the production ready packages in `build/packages`.
### Contributing
I'm open for contributions via pull-requests, and please open an issue for anything you don't like.