Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 334 Bytes

File metadata and controls

25 lines (18 loc) · 334 Bytes
title Browsersync
category JavaScript libraries
layout 2017/sheet

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"