IOT Hackathon dashboard toolkit that presents two views of devices transmitted data:
- Multiple Devices data over time (via multi linear graphs that update in real time)
- Average Comparison
(Further API Docs - TBD)
# 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