Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.