Skip to content

Instantly share code, notes, and snippets.

@gunaevart
Created August 13, 2017 13:21
Show Gist options
  • Save gunaevart/f9eb5f441891dbb0971a58c6f701f289 to your computer and use it in GitHub Desktop.
Save gunaevart/f9eb5f441891dbb0971a58c6f701f289 to your computer and use it in GitHub Desktop.
Установка browser-sync
Установка
npm install -g browser-sync
Команда для запуска browser-sync:
browser-sync start --server --files "php/*.php,css/*.css,js/*.js,html/*.html,*.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment