# electron-quick-start **Repository Path**: pengfei_code/electron-quick-start ## Basic Information - **Project Name**: electron-quick-start - **Description**: electron-quick-start - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-28 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-quick-start **Clone and run for a quick way to see Electron in action.** ```bash # Clone this repository # git clone https://github.com/electron/electron-quick-start git clone https://gitee.com/pengfei_code/electron-quick-start.git # Go into the repository cd electron-quick-start # Install dependencies npm install ##复制web项目编译后的文件夹到根目录 ./dist # Run the app npm start ```