# electron-demo **Repository Path**: guyuechao/electron-demo ## Basic Information - **Project Name**: electron-demo - **Description**: electron-demo - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron Demo This is a simple electron app that opens a window with a title and a message. ```bash npm config set registry https://registry.npmmirror.com npm install electron --save-dev npm install axios --save ``` # How to run ```bash npm start start ```