This template is based on the official electron-quick-start repository + TypeScript + electron-builder
# Clone this repository
$ git clone https://github.com/aabuhijleh/electron-typescript-quick-start
# Go into the repository
$ cd electron-typescript-quick-start
# Install dependencies
$ npm install
# Run the app
$ npm start
# For distribution
$ npm run package
# For automatic compilation
$ npm run watch