https://github.com/aabuhijleh/ptt-test
https://github.com/aabuhijleh/ptt-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aabuhijleh/ptt-test
- Owner: aabuhijleh
- License: cc0-1.0
- Created: 2021-02-17T15:26:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T11:04:14.000Z (about 4 years ago)
- Last Synced: 2025-02-05T05:34:20.111Z (4 months ago)
- Language: C++
- Size: 664 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# push to talk native module bug bash
> 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# Compile the TypeScript
$ npm run build# Run the app
$ npm start# Rebuild native modules
$ npm run build-native# 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)