Starts local web server that updates browser on file changes.
browser-sync start --server {{path/to/directory}} --files {{path/to/directory}}
browser-sync start --server --files '{{path/to/directory/*.css}}'
browser-sync init
browser-sync start --config {{config_file}}