# hello-electron **Repository Path**: coding-playground/hello-electron ## Basic Information - **Project Name**: hello-electron - **Description**: A Hello world project Build with electronjs. - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-electron #### Description A Hello world project Build with electronjs. #### Software Architecture Software architecture description ``` your-app/ ├── package.json ├── main.js └── index.html ``` #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Reference - [Electron 文档 - 开发环境](https://electronjs.org/docs/tutorial/development-environment) - [Electron 文档 - 打造你的第一个 Electron 应用](https://electronjs.org/docs/tutorial/first-app#installing-electron)