{"id":25649892,"url":"https://github.com/phoihos/electron-ts-vscode-template","last_synced_at":"2026-05-16T00:06:08.067Z","repository":{"id":39092273,"uuid":"247923185","full_name":"phoihos/electron-ts-vscode-template","owner":"phoihos","description":"A minimal Electron template project written with Typescript for VS Code's users","archived":false,"fork":false,"pushed_at":"2023-02-08T22:52:00.000Z","size":1050,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-04T09:44:42.340Z","etag":null,"topics":["boilerplate","electron","template-project","typescript","vscode"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phoihos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-17T09:00:48.000Z","updated_at":"2022-01-20T09:06:31.000Z","dependencies_parsed_at":"2023-02-08T07:46:01.670Z","dependency_job_id":null,"html_url":"https://github.com/phoihos/electron-ts-vscode-template","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Felectron-ts-vscode-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Felectron-ts-vscode-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Felectron-ts-vscode-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Felectron-ts-vscode-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoihos","download_url":"https://codeload.github.com/phoihos/electron-ts-vscode-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240330468,"owners_count":19784639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","electron","template-project","typescript","vscode"],"created_at":"2025-02-23T14:35:15.718Z","updated_at":"2026-05-16T00:06:08.026Z","avatar_url":"https://github.com/phoihos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-ts-vscode-template\n\n\u003e **If you want to develop Electron app with the React, move on to https://github.com/phoihos/electron-react-ts-vscode-template.**\n\n\n**Clone and run for a quick way to see Electron in action.**\n\nThis is a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start) within the Electron documentation.\n\n**Use this app along with the [Electron API Demos](http://electron.atom.io/#get-started) app for API code examples to help you get started.**\n\nA basic Electron application needs just these files:\n\n- `./package.json` - Points to the app's main file and lists its details and dependencies.\n- `./src/main.ts` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.\n- `./src/index.html` - A web page to render. This is the app's **renderer process**.\n\nYou can learn more about each of these components within the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start).\n\n## Getting Started\n\n1. Make sure you're running the latest version of VS Code.\n2. ~~Also make sure the latest version of the [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) extension is installed in VS Code.~~\n   - Debugger for Chrome extension has been deprecated as Visual Studio Code now has a [bundled JavaScript Debugger](https://github.com/microsoft/vscode-js-debug) that covers the same functionality.\n3. To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n    \u003e\n    ```shell\n    # Clone this repository\n    git clone https://github.com/phoihos/electron-ts-vscode-template.git\n    # Go into the repository directory\n    cd electron-ts-vscode-template\n    # Install dependencies\n    npm install\n    # Run VS Code on the repository directory\n    code .\n    ```\n\nNote: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n## Debugging\n\n1. Go to the Run view and select **'Run Electron App'** or press \u003ckbd\u003eF5\u003c/kbd\u003e key to start debugging.\n2. Set breakpoints in any of the files.\n\nNote: The breakpoint in the **renderer process** will not be hit immediately while Chrome Debugger attaching to Electron App. If you know about solving this issue, please open an issue on [Github](https://github.com/phoihos/electron-ts-vscode-template/issues).\n\n## License\n\n[CC0 1.0 (Public Domain)](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoihos%2Felectron-ts-vscode-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoihos%2Felectron-ts-vscode-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoihos%2Felectron-ts-vscode-template/lists"}