Managing state of devices remotely in a virtual simulated environment through express.js, socket.io and UI in React.
Here are the links for the deployed client and server applications
Go to each individual directory (client-ui, server-ui & server) and run this command
npm icd client-ui
npm run devicesFirst start up the server
cd server
npm run serverFor webpage (from where actual changes will be made to server)
cd server-ui
npm run server-ui