Electron.js (링크)NW.js (링크)NodeGui (링크)React Native (링크)npm install -g pkgpkg 파일이름 --targets node10-win-x64# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start메뉴얼 : 바로가기
git clone https://github.com/nodegui/nodegui-starter
cd nodegui-starter
npm install
npm start