@mate-academy/browsersync-config
v0.0.2
Published
Config file for browsersync
Readme
@mate-academy/browsersync-config
Link to documentation Browsersync
Install
npm install --save-dev @mate-academy/browsersync-configUsage
- Create file
server.js - Connect
Browsersyncto file:const browserSync = require('browser-sync'); - Connect module to file:
const config = require('@mate-academy/browsersync-config'); - Add config file to browserSync:
browserSync(config);
For more information on how to install Browsersync and updated config file, look to the documentation.
