Files
cheatsheets/browser-sync.md
2015-04-17 02:55:48 +08:00

294 B

title
title
Browsersync
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