Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j0rgeserran0/electron-samples
Source code with samples about Electron
https://github.com/j0rgeserran0/electron-samples
electron javascript nodejs npm
Last synced: 23 days ago
JSON representation
Source code with samples about Electron
- Host: GitHub
- URL: https://github.com/j0rgeserran0/electron-samples
- Owner: J0rgeSerran0
- License: mit
- Created: 2018-06-11T08:04:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T04:34:16.000Z (10 months ago)
- Last Synced: 2024-05-02T17:25:56.891Z (10 months ago)
- Topics: electron, javascript, nodejs, npm
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron source code samples
Source code with samples about Electron## Sample01
### Proposal: Hello World sample
#### Description: App to show a Hello World text in a window
*General instructions*To restore the packages:
> **npm install restore**
To execute the app:
> **npm start**