iotc-query
June 15, 2021 ยท View on GitHub
A Companion Experience using CRA, IoT Central "styles" and Fluent UI controls/icons to demonstrate how to query and visualize IoT Central data using the (Private Preview) Query APIs
Installing, building and running the codebase
The codebase is built on create-react-app and therefore implements the same react-scripts. If you are not familiar with it visit the site for more details.
Install
npm ci
Build
npm run build
Run
npm start
Use
http://localhost:4005