First install brew
brew install node
npm install
You also require gulp to be installed globally.
npm install -g gulp
Depending on system privileges you may need to install it globally with sudo:
sudo npm install -g gulp
###Simply type
gulp server
gulp deploy