Utilities for widget development 
Getting started with Development
npm install
to get the project's dependencies.
npm start
to start development server with live-reload and hot module replacement
- go to http://localhost:8080/index.html
Scripts
npm start
- starts development server with live-reload and hot module replacement
npm run build
- produces production version under the dist
folder
npm run test
- runs tests.
npm run test-ci
- runs tests in CI mode.
Usage
import * as utils from 'widget-utils';
Browser Support
IE9+, Mobile Safari 8+, all evergreens.