https://github.com/dhanyn10/electron-example
This is collection of very minimal application made with Electron Quick Start to test Electron Apps.
https://github.com/dhanyn10/electron-example
electron
Last synced: 2 months ago
JSON representation
This is collection of very minimal application made with Electron Quick Start to test Electron Apps.
- Host: GitHub
- URL: https://github.com/dhanyn10/electron-example
- Owner: dhanyn10
- License: mit
- Created: 2018-02-25T01:31:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T00:01:22.000Z (over 3 years ago)
- Last Synced: 2025-03-06T13:17:07.340Z (over 1 year ago)
- Topics: electron
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This is collection of very minimal application made with Electron Quick Start to test Electron Apps.








# How to Use
Simply clone this repository, move to any directory you needed to test. then run:
1. install all required package
```
npm install
```
2. start apps
```
npm start
```