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

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.

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