@mate-academy/browsersync-config
v0.0.2
Published
Config file for browsersync
Downloads
3
Readme
@mate-academy/browsersync-config
Link to documentation Browsersync
Install
npm install --save-dev @mate-academy/browsersync-config
Usage
- Create file
server.js
- Connect
Browsersync
to 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.