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

https://github.com/tomusdrw/blacksoft.template

My template for web application. Includes Twitter Bootstrap, Font Awesome, Backbone, Require.js, Modernizr with Mocha unit tests using Chai assertions. All is built by grunt.
https://github.com/tomusdrw/blacksoft.template

Last synced: 6 days ago
JSON representation

My template for web application. Includes Twitter Bootstrap, Font Awesome, Backbone, Require.js, Modernizr with Mocha unit tests using Chai assertions. All is built by grunt.

Awesome Lists containing this project

README

          

#blacksoft.template#
==================

##Template for web applications##

###Includes###
* Twitter Bootstrap,
* Font Awesome,
* Underscore.js,
* Backbone.js,
* Require.js,
* Modernizr.

###Unit testing###
There is also unit testing framework:
* Mocha
* with Chai assertions library

###Application linting and building###
Build process is maintained by grunt and includes:
* Quality tasks
* JSHint linter
* CSSlint
* Code metrics using complexity plugin (Halstead and Cyclomatic metrics)
* Building
* r.js optimization of main module
* JS minimization and concatenation (require.js config, library and main module)
* CSS minimization and concatenation

####Required npm modules####
* grunt-requirejs
* grunt-mocha
* grunt-useref
* grunt-complexity