electron-typescript-quick-start

A minimal Electron application in TypeScript

Usage no npm install needed!

<script type="module">
  import electronTypescriptQuickStart from 'https://cdn.skypack.dev/electron-typescript-quick-start';
</script>

README

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