how to run some code in the app from the main js file in electron code example
Example: call node.js file electron
myButton.onclick = function() {
require('./getuser');
};
myButton.onclick = function() {
require('./getuser');
};