Installation

First make sure you have Harp and Bower installed:

$ sudo npm install -g harp
$ sudo npm install -g bower

Then initialize the boilerplate:

$ harp init -b jvandemo/hb-bootstrap myproject

Change the directory to the new myproject directory:

$ cd myproject

Download Bootstrap using bower:

$ bower install

Start the harp server from your project directory:

$ harp server

And navigate to http://localhost:9000 in your browser: