Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 315 Bytes

File metadata and controls

24 lines (17 loc) · 315 Bytes
title Browsersync
category JavaScript libraries

About

{: .-intro}

npm i -g browser-sync

Start a server

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

Options

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