Skip to content

Instantly share code, notes, and snippets.

@shameersn
Created May 27, 2017 15:58
Show Gist options
  • Select an option

  • Save shameersn/9a4447f87ada7bed5d48373e9a12bd90 to your computer and use it in GitHub Desktop.

Select an option

Save shameersn/9a4447f87ada7bed5d48373e9a12bd90 to your computer and use it in GitHub Desktop.
Browser sync installation and starting from Command line

npm install -g browser-sync

browser-sync start --server --files ".html, css/.css, js/*.js"

will serve the current directory at http://localhost:3000 with live reloading enabled for a basic html dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment