Install all modules and needed tools
npm install -g npm
npm install -g yo
npm install -g grunt
npm install -g grunt-cli
npm install -g bower
npm install
bower installDistribute and build
gulpQuick run
grunt serveAdd route
yo angular:route myrouteAdd components bower
bower install bootstrapTesting
grunt test