{"id":19922903,"url":"https://github.com/12343954/electron-react-webpack-2022-corona","last_synced_at":"2026-04-16T05:32:13.670Z","repository":{"id":80593935,"uuid":"478389444","full_name":"12343954/electron-react-webpack-2022-corona","owner":"12343954","description":"Electron React Webpack with Corona dashboard 2022 (anti-typescript)","archived":false,"fork":false,"pushed_at":"2022-04-06T07:29:12.000Z","size":12072,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T21:41:43.970Z","etag":null,"topics":["corona","dashboard","electron","react","webpack"],"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/12343954.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-04-06T03:31:53.000Z","updated_at":"2022-04-13T01:19:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"74b93f9a-7af1-4946-9fee-0c81ceeda060","html_url":"https://github.com/12343954/electron-react-webpack-2022-corona","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/12343954/electron-react-webpack-2022-corona","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/12343954%2Felectron-react-webpack-2022-corona","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/12343954%2Felectron-react-webpack-2022-corona/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/12343954%2Felectron-react-webpack-2022-corona/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/12343954%2Felectron-react-webpack-2022-corona/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/12343954","download_url":"https://codeload.github.com/12343954/electron-react-webpack-2022-corona/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/12343954%2Felectron-react-webpack-2022-corona/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["corona","dashboard","electron","react","webpack"],"created_at":"2024-11-12T22:12:25.374Z","updated_at":"2026-04-16T05:32:13.644Z","avatar_url":"https://github.com/12343954.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron React Webpack Boilerplate (JavaScript)\n\nA minimal boilerplate for writing Desktop Applications using [Electron](https://www.electronjs.org/), [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) \u0026 JavaScript. \u003cbr /\u003e This project makes use of latest packages and configurations to serve the best environment for development.\n\n\n### Typescript Based Project\n\nIf you're looking for a boilerplate with Typescript support, find it here :\u003cbr\u003e\n[ERWT - Typescript Boilerplate](https://github.com/codesbiome/electron-react-webpack-typescript-2022)\n\n\n## Screenshot\n\n\u003cimg src=\"assets/images/v100.jpg\" /\u003e\n\n\u003cbr\u003e\n\n## Custom Window Titlebar \u0026 Menu\n\nThis project now includes custom [Electron Window (JS)](https://github.com/guasam/electron-window-js), Titlebar, Menu Items, Window Controls \u0026 application icon etc by default. Menu items and windows controls layout or colors can be customized easily by modifying the `misc/window` modules. The `windows` platform buttons are being used by default in the Titlebar.\n\nMenubar can be toggled by pressing `ALT` key\n\n\u003ccenter\u003e\n    \u003cimg src=\"assets/images/titlebar_showcase.png\" /\u003e\n\u003c/center\u003e\n\n\u003cbr\u003e\n\n## Core Features\n\n- 📐 Custom Window \u0026 Titlebar with Menus\n- 🌟 Electron\n- 🌀 JavaScript\n- ⚛️ React\n- 🛶 LESS Loader\n- 🎨 CSS Loader\n- 📸 Image Loader\n- 🆎 Font Loader\n- 🧹 ESLint\n- 📦 Electron Forge\n- 🔱 Webpack \u0026 Configuration\n- 🧩 Aliases for project paths\n- 🔥 Hot Module Replacement (Live Reload)\n- 🎁 Package Bundling (Distribution / Release)\n\n\u003cbr /\u003e\n\n## Installation\n\nTo clone the boilerplate, you need to run following commands:\n\n```bash\ngit clone --recurse-submodules https://github.com/codesbiome/electron-react-webpack-boilerplate\n```\n\n\u003cbr\u003e\n\nInstall dependencies using [Yarn](https://www.npmjs.com/package/yarn) or [NPM](https://www.npmjs.com/) :\n\n```bash\nyarn install\n```\n\n\u003cbr /\u003e\n\n## Start : Development\n\nTo develop and run your application, you need to run following command.\n\u003cbr /\u003e\nStart electron application for development :\n\n```bash\nyarn start\n```\n\n\u003cbr /\u003e\n\n## Lint : Development\n\nTo lint application source code using ESLint via this command :\n\n```bash\nyarn lint\n```\n\n\u003cbr /\u003e\n\n## Package : Production\n\nCustomize and package your Electron app with OS-specific bundles (.app, .exe etc)\n\n```bash\nyarn package\n```\n\n\u003cbr /\u003e\n\n## Make : Production\n\nMaking is a way of taking your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files (amongst others).\n\n```bash\nyarn make\n```\n\n\u003cbr /\u003e\n\n## Publish : Production\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\nyarn publish\n```\n\n\u003cbr /\u003e\n\n## Packager \u0026 Makers Configuration\n\nThis provides an easy way of configuring your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files.\n\nThis configurations file is available in :\n\n```bash\ntools/forge/forge.config.js\n```\n\nFor further information, you can visit [Electron Forge Configuration](https://www.electronforge.io/configuration)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F12343954%2Felectron-react-webpack-2022-corona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F12343954%2Felectron-react-webpack-2022-corona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F12343954%2Felectron-react-webpack-2022-corona/lists"}