https://github.com/luispagarcia/electron-app
This is an example, how to make an simple electron app.
https://github.com/luispagarcia/electron-app
electron electron-app electronapp electronics example javascript
Last synced: 10 months ago
JSON representation
This is an example, how to make an simple electron app.
- Host: GitHub
- URL: https://github.com/luispagarcia/electron-app
- Owner: LuisPaGarcia
- Created: 2017-05-09T16:09:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T16:22:34.000Z (over 8 years ago)
- Last Synced: 2025-02-01T00:41:13.392Z (12 months ago)
- Topics: electron, electron-app, electronapp, electronics, example, javascript
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-app
This is an example, how to make an simple electron app.
Clone the repo
> git clone https://github.com/LuisPaGarcia/electron-app.git
Download electron on the same folder
> npm i electron
The package.json, on scripts section must only have "start": "electron main.js"
run on the repo folder.
> npm start