- Install Node.js and Ruby
- Run
gem install bundler
- Install 'grunt-cli' and 'bower' globally with
npm install -g grunt-cli bower
$cd
to the directory and runbundle install
- Run
npm install
to install the necessary "npm" dependencies - Then run
bower install
to install the front-end dependencies - That's all. Your template is ready
You can find more information about project in this article.