Code
Browsersync Server is your little development friend
Posted on January 8th, 2018.Ever used Browsersync? If you’ve used Sage you’ve likely used it since we moved from LiveReload. Anyways… assuming you have node/npm available at the command line you can install Browsersync globally like so: $ npm install -g browser-sync Once you’ve done that, navigate to a folder with an index.html file in it...