browser-sync-core

0.0.7 • Public • Published

Browsersync core Build Status

the engine that powers Browsersync - can be used standalone

Install

npm i browser-sync-core -D

Usage

bs.js

const bs = require('browser-sync-core');
bs.create({
	serveStatic: ['./app']
	files: ['./app']
});

package.json

{
  "name": "your-project",
  "scripts": {
  	"start": "node bs"
  },
  "devDependencies": {
    "browser-sync-core": "0.0.2",
  },
  "dependencies": {}
}

Readme

Keywords

Package Sidebar

Install

npm i browser-sync-core

Weekly Downloads

0

Version

0.0.7

License

Apache 2.0

Last publish

Collaborators

  • shakyshane