GitHunt
BR

brian-singer/ng-starter

About

A seed AngularJS project using:

  • AngularJS 1.4.5
  • Angular UI Router 0.2.15
  • Bootstrap 3.3.5 with Angular UI Bootstrap 1.3.2
  • Gulp 3.9.1
  • Webpack 1.12.1
  • ES6 via Babel

This project demonstrates how AngularJS can be used with Webpack and ES6 via the provided webpack configuration files.

Quick Start

npm install
gulp

Development Environment Provisioning

Please read the provisioning section for setting up the development environment.

Linting

An .eslintrc is provided for ESLint but the eslint packages are not listed in package.json as
the eslint modules are required for the client machine (and not the development server).

To install ESLint:

npm install -g eslint

Contributors

The Unlicense
Created May 17, 2016
Updated February 18, 2017
brian-singer/ng-starter | GitHunt