You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lava6666 edited this page Oct 21, 2022
·
3 revisions
####Step 1 - Install Node.js
BrowserSync is a command-line tool (at the moment!) that you install globally on your system. It runs on NodeJS & there are convenient installers for MacOS, Windows and Linux to get that up & running.
####Step 2 - Install the browser-sync module.
npm install -g browser-sync
####Step 3 - Configure
BrowserSync can be used in any project via the command line, or you can save settings per project with a config file. Here's more information about both: