Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 683 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 683 Bytes

Analytics Dashboard Example App

A declarative-functional approach aggregative analytics dashboard example app.

Tested with Jest & Enzyme (integration tests).

Written in:

  • React
  • Redux and Reselect
  • React Bootstrap

How to Start:

  1. Clone/download the project
  2. Run yarn install
  3. Run yarn start

How to Test:

Run yarn test