Electron "quielectron-quick-start"예제 소스 파일입니다. 출처: https://github.com/electron/electron-quick-start main.js // Modules to control application life and create native browser window const {app, BrowserWindow} = require('electron') // Keep a global reference of the window object, if you don't, the window will // be closed automatically when the JavaScript object is garbage collected. let mainWindow..