1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-16 07:07:37 +02:00
cheatsheets/browser-sync.md
2015-11-24 16:02:17 +11:00

325 B

title category
Browsersync JavaScript libraries
npm i -g browser-sync

{:.terminal}

Start a server

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

Options

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

Reference