Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 332 Bytes

"# gulp-browsersync-boilerplate"

How to install:

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