Hurry up don't waste your time, Do these commands in your terminal.
$ mkdir my-project
$ cd my-project
$ git clone https://github.com/devlifeX/boilerplate-gulp-sass-babel.git .
$ npm install
$ gulp dev
1- Support Gulp (ver=3.9)
2- Support Sass(SCSS)
3- Support ES6 (Babel)
4- Support BrowserSync
5- Support Browserify (So You can write module import/export in your js file)
6- Live reload any changes in (html, scss, js files), prevent crash while coding
n- What dou you want? leave an issue :)