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

Boilerplate for Electron with React framework written in TypeScript and full VSCode integrated debug

License

Notifications You must be signed in to change notification settings

ShaharHD/electron-react-webpack-typescript-vscode-debug

Repository files navigation

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