No fancy generators, just clone this repo and build your app on top of it.
- Uses AngularJS, Gulp, Jade, Sass (with sourcemaps), browserSync.
- Respects angularjs-styleguide.
$ git clone https://github.com/vhpoet/frontend-boilerplate
- Find and replace
frontendboilerplate
toyourappname
in./
$ npm install
$ npm install -g gulp
$ gem install sass
$ cp config-example.json config.json
$ gulp
Run $ gulp dist
for the production ready code in build
.
- Add unit tests
- Add user signup/signin service
- Use Angular controllerAs
- Add yeoman generator
I'm open for contributions via pull-requests, and please open an issue for anything you don't like.