An ADB client.
├─ app electron client code
| ├─ adb libs
| └─ ipc communication code
└─ ui ui code
├─ config webpack config
├─ public static resources
├─ scripts build scripts
└─ src react.js code
$ yarn
$ cd ./ui
$ yarn start # start dev-server to build pages
$ cd ..
$ yarn start # run client
$ cd ./ui
$ yarn run build
$ cd ..
$ yarn run build
$ yarn run pack
setup.exe will generate to dist/
.