Skip to content

Instantly share code, notes, and snippets.

View yashodhandivakaran's full-sized avatar

Yashodhan Divakaran yashodhandivakaran

View GitHub Profile
@yashodhandivakaran
yashodhandivakaran / AdbCommands
Created November 22, 2019 07:56 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
@yashodhandivakaran
yashodhandivakaran / electron-react-redux-project-structure
Last active August 1, 2017 11:19
Project structure of react-redux-electron app.
|- app
|- src
|- main.js
|- components
|- component1
| |- index.js
| |- actions
| | |- index.js
| |- reducer
| | |- index.js