BrowserSync is a great tool, and due to the way it is built, it will always have that port added to it.
This is because BrowserSync is basically a proxy that “sits in front of” the Local site and gives you a bunch of extra tooling like auto-refresh styles, syncing js events, etc.
Because of this, you’ll need to turn on Local so that the site gets built, and then start BrowserSync as well. You should be able access the site from both urls:
- `example.local` <-- Directly connect to the Local site
- `localhost:3000` <-- Connect to the site through the BrowserSync proxy