Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 530 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 530 Bytes

Setting up Browsersync with Gulp 4 and Express

This is a basic setup for live reload of your browser when working with Browsersync, Gulp 4 and Express.

Read the related Medium article.

  • Clone and cd into this repo
  • npm install
  • gulp
  • make changes to files in src and see updates reflected in the browser.