- Download code
- Install the NodeJS dependencies:
npm install
. - Install the Bower dependencies:
bower install
. - Run the gulp build task:
gulp build
. - Run the gulp default task:
gulp
. live reload server on http://localhost:8888.
npm install
.bower install
.gulp build
.gulp
. live reload server on http://localhost:8888.