0.0.2 • Published 5 years ago

@mate-academy/browsersync-config v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

@mate-academy/browsersync-config

Link to documentation Browsersync

Install

  npm install --save-dev @mate-academy/browsersync-config

Usage

  1. Create file server.js
  2. Connect Browsersync to file:
      const browserSync = require('browser-sync');
  3. Connect module to file:
      const config = require('@mate-academy/browsersync-config');
  4. Add config file to browserSync:
    ```javascript
      browserSync(config);
    ```
    For more information on how to install Browsersync and updated config file, look to the documentation.