Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 506 Bytes

IOT Hackathon Dashboard

IOT Hackathon dashboard toolkit that presents two views of devices transmitted data:

  1. Multiple Devices data over time (via multi linear graphs that update in real time)
  2. Average Comparison

(Further API Docs - TBD)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report