Example of Electron.js Microservices application Quick start yarn cd renderer && npm i && npm run build && cd - yarn start You may also want to rebuild native dependencies (yarn rebuild) to run this example.