Skip to content

lucassus/angularjs-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS seed

Build Status codecov Dependency Status

https://lucassus-angularjs-seed.herokuapp.com/

Useful commands

npm install

gulp lint
gulp test
gulp test --browsers=Chrome,Firefox
gulp tdd
gulp tdd --browsers=Chrome

npm run dev-server
open http://localhost:8080

./e2e/run-tests

Fast TDD

Run ./client/fast-tdd.js and enjoy blazing fast specs

Features

  • AngularJS 1.6.x with ES2015 flavour
  • AngularJS modules: uiRouter, ngResource, ngMessage, toastr and other useful stuff
  • Twitter Bootstrap with Sass
  • Gulp
  • Webpack
  • Long term caching for assets (Cache-Busting)
  • Karma, power-assert and Sinon.js
  • Istanbul test coverage
  • Protractor along with simple Page Objects
  • ESLint, HTMLHint
  • TravisCI, Continuous deployment on Heroku