git clone https://github.com/dogukanoksuz/gulp-ready2use.git
cd gulp-ready2use
npm install
It'll install all dependencies then use it with: gulp
Terminal will log you what you should do.
Create your front-end project on src folder, it'll compiled at /dist/ folder.
Live refreshing with Browsersync, no cache problems. Minifies CSS files and adds -webkit/-moz/-o prefixes automatically. Minifies JS files and fixes them. Compresses IMG files.