This is an example, how to make an simple electron app.
Clone the repo
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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is an example, how to make an simple electron app.
Clone the repo
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