Skip to content

Clone to try a simple Electron app + TypeScript + electron-builder

License

Notifications You must be signed in to change notification settings

aabuhijleh/electron-typescript-quick-start

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2021
Nov 11, 2020
Oct 30, 2020
Aug 6, 2021
Oct 30, 2020
Oct 30, 2020
Feb 23, 2020
Nov 25, 2020
Oct 30, 2020
Oct 30, 2020
Oct 25, 2022
Oct 25, 2022
Nov 25, 2020

Repository files navigation

Electron TypeScript Quick Start

This template is based on the official electron-quick-start repository + TypeScript + electron-builder

Usage

# 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

You can also run the app using VSCode's debugger

Resources