HUMANITY - Knowledge Lab
##Clone repository
$ git clone git@github.com:knowledge-lab/lab.git
##Install tools
$ npm install -g bower
$ npm install -g grunt-cli
$ npm install -g lr-http-server
$ npm install -g json-server
$ npm install
- Bower - A package manager for the web
- Grunt - The JavaScript Task Runner
- lr-http-server - An HTTP server with livereload included
- json-server - Serves JSON files through REST routes.
##Install libraries
$ bower install
- Require JS JavaScript file and module loader
- Skeleton A dead simple, responsive boilerplate.
- FontAwesome The iconic font and CSS toolkit
- Normalize CSS A modern, HTML5-ready alternative to CSS resets
- jQuery Fast, small, and feature-rich JavaScript library.
- CanJS Library that makes developing complex applications simple and fast
##Compile LESS files to CSS
$ grunt less
##Start http server
$ lr-http-server
##Start json server
$ json-server db.json --delay 300
##Open application Lab Visit the link