Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 511 Bytes

Iot Sensors Dashboard challenge

Live Preview

https://iot-dashboard-pearl.vercel.app/

Please, take in account that could it take some time to have the data visible, the web sockets server is deployed in a free tier just for testing purposes.

Run locally

How to run it:

  • Clone the repository.
  • Inside server folder run the command npm install and npm run start.
  • Inside client folder run the command npm install and npm run dev.
  • For testing, inside client folder run the command npm run test.