Enhance your front-end development workflow with Gulp and BrowserSync
Introduction
In this recipe we will show you how you can enhance your web development process by automate some of the tasks that you do during your coding.
We will use gulp and browser-sync to automate the refreshing of the browser. When coding, a lot of times we save the files and go back to browser, refresh it to see the changes. Using this workflow you remove this barrier.