Julien Melissas

Julien Melissas


This is my blog.


I can’t promise anything, but I hope to write in here about Code, Music, Food, Cars, Life, and other stuff. Enjoy!

Navigation
Tagbrowsersync
Featured

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...