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 i
cd client-ui
npm run devices
First start up the server
cd server
npm run server
For webpage (from where actual changes will be made to server)
cd server-ui
npm run server-ui