Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 408 Bytes

File metadata and controls

18 lines (12 loc) · 408 Bytes

Electron Desktop Application Boilerplate

Cross-plaform Electron configuration

The app is build with Webpack running under Electron for native OS UI and React as the UI renderer for the Electron windows.

Prerequisites

  • node >=8.x
  • yarn 1.x

TL;DR

yarn install
yarn run rebuild
yarn run electron