Husky is an awesome front-end framework.
First install all necessary npm modules by running:
npm install
Install bower
sudo npm install -g bower
And now install all dependencies:
bower install
Install Compass with animations:
gem update --system
gem install compass
gem install animation --pre
Build Husky
npm run build
Compiling SCSS
npm run watch:scss
Command to start an npm server, which returns data to the demos:
npm run api
Command to run npm server for demos
npm run serve
Running Tests
npm run test