https://github.com/aabuhijleh/electron-typescript-quick-start
Clone to try a simple Electron app + TypeScript + electron-builder
https://github.com/aabuhijleh/electron-typescript-quick-start
electron electron-builder starter typescript
Last synced: about 1 year ago
JSON representation
Clone to try a simple Electron app + TypeScript + electron-builder
- Host: GitHub
- URL: https://github.com/aabuhijleh/electron-typescript-quick-start
- Owner: aabuhijleh
- License: cc0-1.0
- Created: 2020-02-22T17:21:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T13:57:16.000Z (over 3 years ago)
- Last Synced: 2025-05-14T02:38:24.454Z (about 1 year ago)
- Topics: electron, electron-builder, starter, typescript
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Electron TypeScript Quick Start
> This template is based on the official [electron-quick-start](https://github.com/electron/electron-quick-start) repository **+ TypeScript + electron-builder**
## Usage
```sh
# 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](https://www.electronjs.org/docs/tutorial/debugging-vscode)
## Resources
- [Electron docs](https://www.electronjs.org/docs)
- [electron-builder docs](https://www.electron.build)