Skip to content

Instantly share code, notes, and snippets.

@KustomDeveloper
Last active February 1, 2021 14:13
Show Gist options
  • Save KustomDeveloper/8960eaa03478acaa74f31f9ce6a23b00 to your computer and use it in GitHub Desktop.
Save KustomDeveloper/8960eaa03478acaa74f31f9ce6a23b00 to your computer and use it in GitHub Desktop.
Browser Syncing using browser-sync on wamp

Browser Sync Setup

Notes

'localhost/bugsy' is the local directory of the website inside the wamp folder

Commands

npm i browser-sync

$ browser-sync start --proxy 'localhost/bugsy' --files '**/*' --no-notify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment