AngularJS Boilerplate

screenshot of AngularJS Boilerplate
angular

Simple AngularJS Boilerplate to kick start your new project with SASS support and Gulp watch/build tasks

Overview:

The AngularJS-Boilerplate is a simple boilerplate code for creating AngularJS projects. It is based on Angular v1.6.1 and uses Angular UI Router v1 as a routing library. It has features like SASS support, gulp watch/build tasks, responsive navigation, owl slider directive, localStorage service, and a queryService $http wrapper. It also has a clean folder structure and a minified CSS and JS build files. The boilerplate is released under the MIT license.

Features:

  • SASS support including sourceMaps
  • Minimal CSS styling of the view
  • Gulp watch, build and local server tasks
  • Responsive navigation
  • Owl slider directive
  • localStorage service for set, get, and remove data
  • queryService $http wrapper to handle calls
  • Clean folder structure
  • Less than 10 requests in the build version
  • Minified CSS and JS build files
  • Google analytics snippet

Summary:

The AngularJS-Boilerplate is a simple and lightweight boilerplate code for creating AngularJS projects. It provides features like SASS support, gulp watch/build tasks, responsive navigation, and more. The clean folder structure and minified build files make it efficient and easy to use. With its MIT license, it allows developers to freely use and modify the code for their own projects.

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.