Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angularjs-gulp-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angularjs-gulp-boilerplate

A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

angularjs-gulp-boilerplate

A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.

GitHub version npm version Bower version Build Status

NPM

Features

  • Well documented code
  • Folder by feature structure
  • Module based styling with LESS
  • Module based localization (English and Turkish)
  • Some useful services (exceptionService, loggerService, httpService)
  • Development build
  • Optimized production build
  • JsDoc documentation
  • BrowserSync integration
  • JsHint integration
  • Simple dummy bootstrap template included

Download via Npm

$ npm install angularjs-gulp-boilerplate

Download via Bower

$ bower install angularjs-gulp-boilerplate

Development build

$ gulp build:dev (or "npm run development")
$ gulp server:dev

Production build

$ gulp build:prod (or "npm run production")
$ gulp server:prod

JsDoc documentation

$ gulp documentation (or "npm run documentation")

JsHint report

Console output

$ gulp jshint:console

Html file output

$ gulp jshint:html

Keywords

FAQs

Package last updated on 28 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc