Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.28 KB

Virtual Device Simulation

Deployement Deployement Socket-io Requests

Managing state of devices remotely in a virtual simulated environment through express.js, socket.io and UI in React.

Deployed Websites

Here are the links for the deployed client and server applications

Install Dependencies

Go to each individual directory (client-ui, server-ui & server) and run this command

npm i

Client side UI

cd client-ui
npm run devices

Server

First start up the server

cd server
npm run server

Server side UI

For webpage (from where actual changes will be made to server)

cd server-ui
npm run server-ui