Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 476 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 476 Bytes

React dashboard

A dashboard implemented in React.

Installation

  • Install with Bower: bower install react-dashboard

Usage

JobReady.Dashboard.addWidget(e, title, collectionUrl, url, icon, pollInterval);

Packaging

  gulp dist

Local Development

  • Install Bower npm install -g bower
  • Install Gulp npm install -g gulp
  • Install Packages npm install

Running tests

    gulp jest