{"id":25162932,"url":"https://github.com/themgoncalves/react-electron-starter","last_synced_at":"2026-04-10T01:58:12.173Z","repository":{"id":66058597,"uuid":"103274593","full_name":"themgoncalves/react-electron-starter","owner":"themgoncalves","description":"React 16, Electron \u0026 Redux starter pack","archived":false,"fork":false,"pushed_at":"2024-08-01T05:17:30.000Z","size":82,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T03:32:26.905Z","etag":null,"topics":["babel","electron","enzyme","es6","jest","react","redux","redux-thunk","sass","scss","webpack3"],"latest_commit_sha":null,"homepage":"https://themgoncalves.github.io/react-electron-starter/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themgoncalves.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-09-12T13:31:28.000Z","updated_at":"2017-10-05T14:27:16.000Z","dependencies_parsed_at":"2025-02-09T03:31:00.256Z","dependency_job_id":"b011476c-e544-4161-8dbc-1a8a64e17ce3","html_url":"https://github.com/themgoncalves/react-electron-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themgoncalves%2Freact-electron-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themgoncalves%2Freact-electron-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themgoncalves%2Freact-electron-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themgoncalves%2Freact-electron-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themgoncalves","download_url":"https://codeload.github.com/themgoncalves/react-electron-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247023716,"owners_count":20870933,"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":["babel","electron","enzyme","es6","jest","react","redux","redux-thunk","sass","scss","webpack3"],"created_at":"2025-02-09T03:30:53.930Z","updated_at":"2025-10-30T03:41:14.203Z","avatar_url":"https://github.com/themgoncalves.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React 16, Electron \u0026 Redux Starter Pack \n\n[![Dependency Status](https://gemnasium.com/badges/github.com/themgoncalves/react-electron-starter.svg)](https://gemnasium.com/github.com/themgoncalves/react-electron-starter)\n[![Known Vulnerabilities](https://snyk.io/test/github/themgoncalves/react-electron-starter/badge.svg)](https://snyk.io/test/github/themgoncalves/react-electron-starter)\n[![GitHub issues](https://img.shields.io/github/issues/themgoncalves/react-electron-starter.svg)](https://github.com/themgoncalves/react-electron-starter/issues) \n[![GitHub stars](https://img.shields.io/github/stars/themgoncalves/react-electron-starter.svg)](https://github.com/themgoncalves/react-electron-starter/stargazers) \n[![GitHub forks](https://img.shields.io/github/forks/themgoncalves/react-electron-starter.svg)](https://github.com/themgoncalves/react-electron-starter/network) \n\n\nJust clone or download it and start coding. No  more project initial set-up needed.\n\n## Main Features\n\n* [React 16](https://facebook.github.io/react/)\n* [Redux](http://redux.js.org/)\n* [Redux Thunk](https://github.com/gaearon/redux-thunk)\n* [Webpack 3](https://webpack.js.org/)\n* [webpack-bundle-analyzer](https://github.com/th0r/webpack-bundle-analyzer)\n* [webpack-dashboard](https://github.com/FormidableLabs/webpack-dashboard)\n* [Jest](https://facebook.github.io/jest/)\n* [Enzyme](https://github.com/airbnb/enzyme)\n* [Babel](https://babeljs.io)\n* [babel-plugin-webpack-alias](https://github.com/trayio/babel-plugin-webpack-alias)\n* [babel-plugin-transform-react-remove-prop-types](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types)\n* [ESLint with Airbnb ECMAScript 6+ and React rules](https://www.npmjs.com/package/eslint-config-airbnb)\n* [SCSS](http://sass-lang.com)\n\n# Documentations\n\n* [React](https://facebook.github.io/react/)\n* [About React 16 beta-5](https://facebook.github.io/react/blog/)\n* [Redux](http://redux.js.org/)\n* [Webpack 3](https://webpack.js.org/)\n* [Electron](https://electron.atom.io/)\n\n\n## Introduction\n\nThere is two methods to get started with the repo.\n\n### Familiar with Git?\n\nJust clone the repo with the following commands:\n```\n\u003e git clone https://github.com/themgoncalves/react-electron-starter.git\n\u003e cd react-electron-starter\n```\n\n### Not familiar Git?\n\nThat is ok, just [Click here](https://github.com/themgoncalves/react-electron-starter/archive/master.zip) to download this repo in zip file and then extract the file in your favorite location.\n\n\n## Installation\n\n```js\ncd react-electron-starter\nnpm install\n```\n\n### Starting the project\n\nThere is two ways to start the project:\n\n1) Without Webpack Dev Server:\n```js\nnpm start\n```\n\n2) With Webpack Dev Server:\n```js\nnpm run start:dev\n```\n\n## Running tests\n\n```js\nnpm test\n```\nor \n```js\nnpm run test:watch\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemgoncalves%2Freact-electron-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemgoncalves%2Freact-electron-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemgoncalves%2Freact-electron-starter/lists"}