Browsersync
A cheatsheet by @rstacruz|Refreshed about 3 years ago.Refresh|View source on Github
npm i -g browser-sync

Start a server

Start a server

browser-sync start --server <path> --files='**/*.html, **/*.css'

Options

Options

  --port=N
  --proxy="http://127.0.0.1:3000"