Boilerplate for starting a new gulp project - This setup is with Bootstrap 3.0.
The "webroot" folder is for your actual website to run from.
Remember to open the gulpfile.js and properly name the "THEME_NAME" + the right path
Initially you gotta run:
sudo npm install
Then run:
gulp
And then... BOOM! You're good to go.