Display Access URLS in the console
Useful for quickly seeing the external urls
npm i browser-sync bs-console-info
var browserSync = require('browser-sync').create();
browserSync.init({
server: 'test/fixtures',
plugins: ['bs-console-info']
});