"# gulp-browsersync-boilerplate"
How to install:
- Install nodejs, npm
- Install gulp: npm i -g gulp
- Clone this repo: git clone https://github.com/yipmc/gulp-browsersync-boilerplate.git
- Install packages: npm install
- Start browsersync: gulp serve
- Start making changes to index.html and see website change on the fly.