This is the repo for my Treehouse workshop on Gulp's gh-pages plugin.
App is deployed from the "gh-pages" branch to the url: http://hdngr.github.io/treehouse-gulp-ghpages/
# clone this repo
git clone <this-repo>
# navigate to the root of the project
cd <this-repo>
# install project dependencies
npm install
You can follow along with the Treehouse workshop from the master branch. To view the final app run, git checkout final
.