A boilerplate for building we projects with Gulp.js
- Compile, minify, concatenate and autoprefix SASS files
- Compile and concatenate JavaScript
- Optimise GIF, JPEG, PNG and SVG images
- Hot reloading with browser-sync
#1 Clone this repo
git clone https://github.com/kodemre/boilerplate.git
#2 Navigate into the repo directory
cd boilerplate
#3 Install all node packages
npm install
#4 Get started
npm run start
This project requires you have Node.js with npm installed. This project requires you have a global installation of gulp-cli.