Measurements Monitor Preview

This is general create-react-app-based application. Original README file you could find in create-react-app template.

It uses redux for managing application state. To cover long-pooling api it uses src/api/measurements.js wrapper.

In TestTask you could find original task. SDK gives short introduction to this project.

How to run

  1. Clone repo
  2. Install dependencies with yarn install
  3. Run application with yarn start