Gulp and Browserify - Adding Live Reload with Browsersync

InstructorShane Osbourne

Share this video with your friends

Send Tweet

Building upon the watch task that we begin this lesson with, we’ll look at how to create a local development server using the app directory as the web root. By using Browsersync to achieve this, we can also instruct all connected browsers to automatically reload each time our bundle is re-generated. Browsersync has a public .stream() method that is designed exactly for this purpose.