NODE.js v1.2 min requiered *You can check your current version by openeing your command line or terminal and running "node -v"
Go to this directory in the console ( or terminal on mac ) and run "npm install" command, this will download all the necessary Node modules.
Now you can run "gulp run"
Folder Structure
|- src/ |- css/ |- assets/ |- images/ |- pages/ |- home.handlebars |- partials/ |- header.handlebars |- index.html |- js/ |- scss/ |- dist/ |- gulpfile.js |- node_modules/ |- package.json