Skip to content

Instantly share code, notes, and snippets.

@ebinion
Last active March 4, 2018 23:46
Show Gist options
  • Save ebinion/841ef21c99891072c9601497c1f4136a to your computer and use it in GitHub Desktop.
Save ebinion/841ef21c99891072c9601497c1f4136a to your computer and use it in GitHub Desktop.
Quick server for static files using BrowserSync

To start a quick server, with BrowserSync installed globally, run the following command from the command line

$ browser-sync start --server --files "**/*.html, **/*.css, **/*.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment