Skip to content

rdytech/react-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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