mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-16 15:38:44 +02:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
315 B
315 B
title, category
title | category |
---|---|
Browsersync | 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"