The Secure Remote Control Web App is a admin web app that is used for tech supports to remotely and securely connect to a remote android device for troubleshooting.
- Node.js (Backend)
- React.ts (Frontend)
Ensure you have Node.js installed:
node -v # Check Node.js version
npm -v # Check npm versiongit clone https://github.com/SI-SecureRemoteControl/web-app
cd web-appcd backend
npm install
cd ../frontend
npm installcd ../backend
npm start
cd ../frontend
npm run devBy default, the backend runs on port 5000, while the frontend runs on port 5173.