mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
325 B
325 B
title, category
| 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"