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
- Host: GitHub
- URL: https://github.com/xtuc/angularjs-seed
- Owner: xtuc
- Created: 2015-08-21T12:57:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T11:53:48.000Z (over 9 years ago)
- Last Synced: 2025-03-17T11:52:44.846Z (over 1 year ago)
- Language: CSS
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.