https://github.com/spideep/electronapp
Electron Hello World App
https://github.com/spideep/electronapp
Last synced: over 1 year ago
JSON representation
Electron Hello World App
- Host: GitHub
- URL: https://github.com/spideep/electronapp
- Owner: spideep
- Created: 2017-08-09T21:18:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:44:45.000Z (over 3 years ago)
- Last Synced: 2025-01-17T06:32:22.583Z (over 1 year ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Hello World App
Based on https://github.com/electron/electron-quick-start
Read the Medium article: https://medium.com/@paulirwin/getting-started-with-electron-and-visual-studio-code-typescript-and-react-36d41b68fadb
Do not forget to run
```
npm install
```
inside app folder
Then to run the app execute
```
electron .
```
inside app folder too.