@skivvy/skivvy-package-serve

Serve files using Browsersync

Usage no npm install needed!

<script type="module">
  import skivvySkivvyPackageServe from 'https://cdn.skypack.dev/@skivvy/skivvy-package-serve';
</script>

README

Skivvy package: serve

npm version Stability Build Status

Serve files using Browsersync

Installation

skivvy install serve

Overview

This package allows you to serve files using Browsersync from within the Skivvy task runner.

Included tasks

serve

Serve files using Browsersync

Usage:

skivvy run serve

Configuration settings:

See the Browsersync API config options

Returns:

Promise<BrowserSync> Browsersync instance, returned from browserSync.create()