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.