Hello Electron is a simple hello world example of Electron.
#Technology
- Electron
- React
- Less
- Yarn - https://code.facebook.com/posts/1840075619545360/yarn-a-new-package-manager-for-javascript/
- electron-compile
- Tone = Electron + React + Tone.js
- Charts = Electron + React + D3.js / Highcharts
- UI = Electron + React + PhotonKit
- GraphQL = Electron + React + GraphQL
- Tesseract = Electron + React + Tesseract.js
$ git clone https://github.com/erictherobot/hello-electron.git
$ cd hello-electron
$ yarn start
$ yarn start
Clean the .cache
folder
$ yarn clean-cache
Clean the /dist
folder
$ yarn clean-source
Compile locally
$ yarn compile
Compile + Package for distribution - All Platforms (macOS, Linux, and Windows) - WIP - may not work as expected.
$ yarn quick-package
Builds the app for macOS, Linux, and Windows, using electron-packager.
MIT © erictherobot