An open API service indexing awesome lists of open source software.

https://github.com/xtuc/angularjs-seed

AngularJS 1.x seed
https://github.com/xtuc/angularjs-seed

Last synced: over 1 year ago
JSON representation

AngularJS 1.x seed

Awesome Lists containing this project

README

          

AngularJS 1.x seed
==================

+ [Gulp](http://gulpjs.com/) : Main automation and local build tool. Compiles templates, runs units test, concatenate javascript and css files, among other things.
+ [Mocha](http://mochajs.org/) : Unit testing framework. It has great flexibility, is compatible between browser and server and has a good set of assertion and mock libraries [Chai](http://chaijs.com/) & [Sinon](http://sinonjs.org/).
+ [Browserify](http://browserify.org/) : Node module that allows the usage of CommonJS modules in the browser.
+ [Plato](https://github.com/es-analysis/plato) : JavaScript source code complexity analyzer.
+ [Istanbul](http://gotwarlost.github.io/istanbul/) : JavaScript code coverage tool and reporter.
+ [JSHint](http://jshint.com/) : Code quality analyzer. Detects code smells and bad practices.
+ [Jade](http://jade-lang.com/) : Templating language to create re-usable HTML components.
+ [Babel](https://babeljs.io/) : Babel is a compiler for writing next generation JavaScript.
+ [Less](http://lesscss.org/) : CSS pre-processor
+ [AngularJS](https://angularjs.org/) : JavaScript Front-End framework to structure and fast develop web applications.
+ [Angular UI Router](http://angular-ui.github.io/ui-router/site/#/api/ui.router): Route and easily use nested views.