mailtoharshit / OyeElectron

Your hello world to Electron (Start writing javascript apps for Desktop)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Oye Electron

Oye Electron is a simple hello world example of Electron.

Image

#Technology

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/mailtoharshit/oyeelectron.git
$ cd oyeElectron
$ 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

@oyecode

License

MIT © oyecode

About

Your hello world to Electron (Start writing javascript apps for Desktop)

License:MIT License


Languages

Language:CSS 89.3%Language:JavaScript 9.4%Language:HTML 1.3%