RemoteControlByElectron uses Electron, React, React Router, Webpack and React Fast Refresh.
- keyboard not working!
- doubleClick not working!
- right-mouse button not working!
- mouse Areas overlap!
- sharescreen Time delay!
First, clone the repo via git and install dependencies:
git clone ******
cd your-project-name
yarn
// Maybe on Windows
cd src
npm install @codeporter/robotjs --build-from-source --runtime=electron --target_arch=ia32 --target=11.4.9 --dist-url=https://electronjs.org/headers
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package