Skip to content

Mad-hu/RemoteControlByElectron

Repository files navigation

RemoteControlByElectron uses Electron, React, React Router, Webpack and React Fast Refresh.




Not Working with Timeline !

  • keyboard not working!
  • doubleClick not working!
  • right-mouse button not working!
  • mouse Areas overlap!
  • sharescreen Time delay!

Install

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

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package