Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spideep/electronapp
Electron Hello World App
https://github.com/spideep/electronapp
Last synced: about 7 hours ago
JSON representation
Electron Hello World App
- Host: GitHub
- URL: https://github.com/spideep/electronapp
- Owner: spideep
- Created: 2017-08-09T21:18:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:44:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:53:32.736Z (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 folderThen to run the app execute
```
electron .
```inside app folder too.