Husky is an awesome front-end framework.
First install all necessary npm modules by running:
npm install
Install grunt-cli
sudo npm install -g grunt-cli
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
Command to start an npm server, which returns data to the demos:
apimocker --config apimocker_config.json
Build Husky
grunt build
Running Tests
grunt test
Compiling SCSS
grunt watch
- Install jekyll
- cd into the Husky root directory and run jekyll serve in the command line.
- Open http://localhost:9001 in your browser, and voilà.