Component-based AngularJS v1 client app based on AngularJS-Boilerplate
- SASS support including sourceMaps
- Gulp tasks for watching SCSS, JS and HTML files
- production Gulp build task
- clear folder structure
- queryService $http wrapper to handle REST API requests
- localStorage service
- google analytics snippet
npm install
gulp
- all SCSS/HTML/JS will be watched for changes and lint errors with browser reloading
gulp build
- build task includes:
- clean _build folder
- compile and minify SASS files
- copy and optimize images
- minify and copy all HTML files into $templateCache
- build index.html with useming package
- copy assets
gulp server
gulp server-build
Copyright (C) 2017 Jozef Butko
www.jozefbutko.com
www.github.com/jbutko
@jozefbutko
Released under MIT license