TotalJS : JQuery, FontAwesome, Bootstrap, Gulp and more !
First, install Yeoman and generator-totaljs using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-totaljsThen generate your new project:
yo totaljsStart server :
npm run startStart with debug server :
npm run debugYou can modify the gulp script to include a library Regenerate all bower dependencies :
bower update
gulp bower

