Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 570 Bytes

iotc-query

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