Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 325 Bytes

browser-sync.md

File metadata and controls

26 lines (19 loc) · 325 Bytes
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