If your roaming box is working, you should have access to your site through your chosen domain. In this example, let your site load through mysite.local
In your gulpfile.js you will need to configure a proxy, for example:
Restart gulp if it is already running, and you should see the IP address on the command line:

Pay attention to the port number (in this case :3000 )
Now go to http://mysite.local:3000 - Pay attention to the port! You must add the port that appears on the command line. BrowserSync will connect!
Note. If this does not work, the cache may be your problem. Try adding a random query string to the end of your URL to get around the caching issue. Example: http://mysite.local:3000/?t=1
source share