Reload your web browser every time you make any changes in your HTML, CSS or Javascript files.
- node >=0.12.8
- npm ^3.10.0
- gulp-cli ~1.2 (global)
npm install gulp-cli@1.2
# Browse to project folder
cd /path/to/project/this/folder
# Install browserSync and other dependencies
npm install
# Start server
gulp
├── project-name/
│ ├── src/
│ │ ├── css/
│ │ ├── fonts/
│ │ ├── img/
│ │ ├── js/
│ │ └── index.html
│ ├── gulpfile.js
│ └── package.json