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

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

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