#Gulp Boilerplate
This is a boilerplate Gulp file that can hopefully be used as a starting point for any project.
The following plugins are installed:
- babel-preset-es2015
- del
- gulp
- gulp-autoprefixer
- gulp-babel
- gulp-concat
- gulp-connect
- gulp-gh-pages
- gulp-rename
- gulp-sass
- gulp-sourcemaps
- gulp-uglify
npm install
npm run gulp
npm run gulp -- deploy
To live reload point your browser to localhost:8000