https://github.com/dennybiasiolli/electron_sample
example on how to convert a simple website to an electron app
https://github.com/dennybiasiolli/electron_sample
electron electron-app
Last synced: about 2 months ago
JSON representation
example on how to convert a simple website to an electron app
- Host: GitHub
- URL: https://github.com/dennybiasiolli/electron_sample
- Owner: dennybiasiolli
- Created: 2017-02-10T15:12:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T20:24:47.000Z (over 6 years ago)
- Last Synced: 2025-03-30T14:22:22.850Z (about 1 year ago)
- Topics: electron, electron-app
- Language: JavaScript
- Size: 687 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron_sample
example on how to convert a simple website to an electron app
#### Requirements (macOS version)
- XCode (only on macOS for macOS compilation)
- glib, used to build linux apps (`brew install glib`)
#### Initializing
- clone the repo
- `npm install`
#### Launch local web app
- `npm start`
- open browser at [localhost:8000](http://localhost:8000)
#### Launch electron app
`npm run start-electron`
#### Build electron app
`npm run build-electron`
Apps will be created in `dist` subfolders
#### Generating setup
`npm run dist`
Setup files will be created in `dist` folder