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.
- Clone repo
- Install dependencies with
yarn install
- Run application with
yarn start