{"id":25899666,"url":"https://github.com/armster15/electron-webpack-boilerplate","last_synced_at":"2026-04-17T05:03:26.513Z","repository":{"id":115552360,"uuid":"368287692","full_name":"Armster15/electron-webpack-boilerplate","owner":"Armster15","description":"A boilerplate that has Electron and Webpack all setup for you","archived":false,"fork":false,"pushed_at":"2021-06-04T17:41:37.000Z","size":213,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T20:20:21.855Z","etag":null,"topics":["electron","react","reactjs","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Armster15.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,"zenodo":null}},"created_at":"2021-05-17T18:38:53.000Z","updated_at":"2023-03-17T12:38:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"52a14db4-b29f-4ac4-a763-600b890f3b58","html_url":"https://github.com/Armster15/electron-webpack-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Armster15/electron-webpack-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armster15%2Felectron-webpack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armster15%2Felectron-webpack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armster15%2Felectron-webpack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armster15%2Felectron-webpack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Armster15","download_url":"https://codeload.github.com/Armster15/electron-webpack-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armster15%2Felectron-webpack-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","reactjs","template"],"created_at":"2025-03-03T01:33:11.463Z","updated_at":"2026-04-17T05:03:26.507Z","avatar_url":"https://github.com/Armster15.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-webpack-boilerplate\nThis is a boilerplate that has Electron and Webpack all setup for you\n\nThe boilerplate also uses React, but you can easily remove it if you don't want to use React with your project\n\n## Features\n- Hot Module Replacement\n- Pre-configured Webpack configurations\n- Usage of a `preload.js` script to safely expose Node APIs\n- Clean Terminal Output\n\n### Getting Started\nSimply clone the repository and install dependencies\n```\ngit clone https://github.com/Armster15/electron-webpack-boilerplate my-new-project\ncd my-new-project\nnpm install\n```\n\n\n## Scripts\n### `npm run start`\nStarts the Webpack Dev Server and Electron in Development Mode\n\n### `npm run build`\nBuilds production binaries for the current operating system\n\n### `npm run prod`\nRuns Electron in production mode without creating binaries. Great if you want to test how you app behaves in production without having to create binaries for every change.\n\n## Project Structure\n```\n├── build\n├── dist \n├── node_modules\n├── release\n├── resources \n└── src\n    ├── main\n    │   ├── main.js\n    │   └── preload.js\n    └── renderer\n        ├── App.jsx\n        ├── index.html\n        └── index.js\n```\n### `build`\nContains Webpack configuration files for building both development and production builds\n\n### `dist`\nThis folder contains files generated by Webpack. These files are auto generated, so don't edit anything in this directory.\n\n### `release`\nProduction binaries built by [`electron-builder`](https://www.electron.build/) are stored here. To build a binary, run `npm run build`.\n\n### `resources`\nThis directory contains files required for building binaries (ex. icons). \n\n### `src`\nThis is where your code lives! There are two more directories inside this folder:\n- `main`: This contains Electron-specific code.\n    - `main.js`: The entry point of your Electron application\n    - `preload.js`: The preload script, where you can safely expose Node APIs to the renderer\n- `renderer`: Your frontend, this is where HTML/CSS/JS lives. The renderer provided in this template uses React, but if you want you can remove it.\n    - `index.js`: The entry point of your renderer\n    - `index.html`: The HTML template that will be used with [HtmlWebpackPlugin](https://github.com/jantimon/html-webpack-plugin).\n    - `App.jsx`: The App component for React. If you aren't using React, you can delete this.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmster15%2Felectron-webpack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmster15%2Felectron-webpack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmster15%2Felectron-webpack-boilerplate/lists"}