nw.js version of the frontend-boilerplate
No fancy generators, just clone this repo and build your app on top of it.
- Uses nw.js, AngularJS, Gulp, Jade, Sass (with sourcemaps), browserSync.
- Respects angularjs-styleguide.
- Setup nw.js.
$ git clone https://github.com/vhpoet/nwjs-boilerplate
- Find and replace
frontendboilerplate
toyourappname
in./
$ npm install
$ npm install -g gulp
$ gem install sass
$ cp config-example.json config.json
$ gulp
$ /path/to/nw .
Run $ gulp packages
for the production ready packages in build/packages
.
I'm open for contributions via pull-requests, and please open an issue for anything you don't like.