Skip to content

xtuc/angularjs-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS 1.x seed

  • Gulp : Main automation and local build tool. Compiles templates, runs units test, concatenate javascript and css files, among other things.
  • Mocha : Unit testing framework. It has great flexibility, is compatible between browser and server and has a good set of assertion and mock libraries Chai & Sinon.
  • Browserify : Node module that allows the usage of CommonJS modules in the browser.
  • Plato : JavaScript source code complexity analyzer.
  • Istanbul : JavaScript code coverage tool and reporter.
  • JSHint : Code quality analyzer. Detects code smells and bad practices.
  • Jade : Templating language to create re-usable HTML components.
  • Babel : Babel is a compiler for writing next generation JavaScript.
  • Less : CSS pre-processor
  • AngularJS : JavaScript Front-End framework to structure and fast develop web applications.
  • Angular UI Router: Route and easily use nested views.

About

AngularJS 1.x seed

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors