hello-electron
hello-electron copied to clipboard
Hello Electron is a simple hello world example of Electron - Using React + Less + Yarn + more
Hello Electron
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
Branches
- Tone = Electron + React + Tone.js
- Charts = Electron + React + D3.js / Highcharts
- UI = Electron + React + PhotonKit
- GraphQL = Electron + React + GraphQL
- Tesseract = Electron + React + Tesseract.js
Install
$ git clone https://github.com/erictherobot/hello-electron.git
$ cd hello-electron
$ yarn start
Start Dev App
$ yarn start
Other Commands / Utilities
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.
Follow on Twitter
License
MIT © erictherobot