{"id":22729226,"url":"https://github.com/jmcgavin/electron-vite-react-template","last_synced_at":"2026-04-09T12:44:36.611Z","repository":{"id":265707474,"uuid":"895329820","full_name":"jmcgavin/electron-vite-react-template","owner":"jmcgavin","description":"Minimal setup to get Electron and React working in Vite.","archived":false,"fork":false,"pushed_at":"2024-12-31T00:10:10.000Z","size":414,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T02:51:24.367Z","etag":null,"topics":["electron","react","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmcgavin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T02:13:42.000Z","updated_at":"2024-12-31T00:10:13.000Z","dependencies_parsed_at":"2025-01-06T11:17:29.729Z","dependency_job_id":null,"html_url":"https://github.com/jmcgavin/electron-vite-react-template","commit_stats":null,"previous_names":["jmcgavin/electron-vite-react-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcgavin%2Felectron-vite-react-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcgavin%2Felectron-vite-react-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcgavin%2Felectron-vite-react-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcgavin%2Felectron-vite-react-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcgavin","download_url":"https://codeload.github.com/jmcgavin/electron-vite-react-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262491,"owners_count":20749171,"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":["electron","react","typescript","vite"],"created_at":"2024-12-10T18:08:59.746Z","updated_at":"2025-12-30T22:36:07.853Z","avatar_url":"https://github.com/jmcgavin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron Boilerplate\n\nA prebuilt project to help kickstart the creation of desktop apps using Electron, React, Vite \u0026 Typescript.\n\nThis boilerplate does not include a design system or component library. The goal is to keep this project as barebones as possible.\n\n\u003cimg src=\"assets/screenshot.jpg\" /\u003e\n\n## Features\n\n- 🌟 Electron\n- 🔱 Vite\n- 🌀 TypeScript\n- ⚛️ React\n- 🧹 ESLint + Prettier\n- 📦 Electron Forge\n\n## Installation\n\n```bash\ngit clone https://github.com/jmcgavin/electron-vite-react-template\n```\n\nInstall dependencies:\n\n```bash\n# pnpm\npnpm install\n\n# or yarn\nyarn install\n\n# or npm\nnpm install\n```\n\n## Development\n\nTo develop and run your application, run following command:\n\n```bash\npnpm start\n```\n\n### Linting\n\nTo lint the source code using ESLint, run the following command:\n\n```bash\npnpm lint\n```\n\nTo fix all auto-fixable linting issues, run the following command:\n\n```bash\npnpm lint:fix\n```\n\n### Formatting\n\nTo check the source code for formatting issues using Prettier, run the following command:\n\n```bash\npnpm format\n```\n\nTo fix all auto-fixable formatting issues, run the following command:\n\n```bash\npnpm format:fix\n```\n\n### Fix All\n\nTo fix all auto-fixable linting and formatting issues, run the following command:\n\n```bash\npnpm fix:all\n```\n\n## Production\n\nUse Electrong Forge to package and distibute your application.\n\n### Package\n\nCustomize and package your Electron app with OS-specific bundles (.app, .exe etc)\n\n```bash\npnpm package\n```\n\n### Make\n\nMaking is a way of taking your packaged application and making platform specific distributables like DMG, EXE, Flatpak files, etc.\n\n```bash\npnpm make\n```\n\n### Publish\n\nPublishing is a way of taking the artifacts generated by the `make` command and sending them to a service somewhere for you to distribute or use as updates. (This could be your update server or an S3 bucket)\n\n```bash\npnpm publish\n```\n\n### Electron Forge Configuration\n\nProvides an easy way of configuring your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files.\n\nThe configuration file is available here:\n\n```bash\nforge.config.js\n```\n\nFor further information visit [Electron Forge Configuration](https://www.electronforge.io/configuration).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcgavin%2Felectron-vite-react-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcgavin%2Felectron-vite-react-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcgavin%2Felectron-vite-react-template/lists"}