$ npm install --global gulp
$ npm install
Serve files locally:
$ gulp serve
Serve files locally & watch for file changes and re-build:
$ gulp watch
$ npm start
We use the Git Flow Git branching model
What is Git Flow? You need to install locally to use it
$ brew install git-flow
$ git flow init -d