{"id":15435508,"url":"https://github.com/tripss/chrome-extension-react-redux-boilerplate","last_synced_at":"2025-03-15T10:09:32.691Z","repository":{"id":109654499,"uuid":"147215680","full_name":"TriPSs/chrome-extension-react-redux-boilerplate","owner":"TriPSs","description":"Chrome extension boilerplate with React and Redux","archived":false,"fork":false,"pushed_at":"2019-05-22T08:59:10.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T00:43:22.123Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TriPSs.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":"2018-09-03T14:24:29.000Z","updated_at":"2020-07-21T06:31:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8f574ce-a305-4703-a901-506200e4fbb0","html_url":"https://github.com/TriPSs/chrome-extension-react-redux-boilerplate","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"c46b679ded412efa26b7044134f95a951c37a5bc"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fchrome-extension-react-redux-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fchrome-extension-react-redux-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fchrome-extension-react-redux-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fchrome-extension-react-redux-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TriPSs","download_url":"https://codeload.github.com/TriPSs/chrome-extension-react-redux-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243713416,"owners_count":20335567,"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":[],"created_at":"2024-10-01T18:44:54.377Z","updated_at":"2025-03-15T10:09:32.671Z","avatar_url":"https://github.com/TriPSs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrome Extensions React Redux Boilerplate\n\n## Scripts\n\n|`npm run \u003cscript\u003e`|Description|\n|------------------|-----------|\n|`build`|Builds the application one time|\n|`build:watch`|Builds the application and watches the files for changes|\n\n\n## Application Structure\n\nThe application structure presented in this boilerplate is **fractal**, where functionality is grouped primarily by feature rather than file type. Please note, however, that this structure is only meant to serve as a guide, it is by no means prescriptive. That said, it aims to represent generally accepted guidelines and patterns for building scalable applications. If you wish to read more about this pattern, please check out this [awesome writeup](https://github.com/davezuko/react-redux-starter-kit/wiki/Fractal-Project-Structure) by [Justin Greenberg](https://github.com/justingreenberg).\n\n```\n.\n├── src                         # Application source code\n│   ├── config                  # Project configuration settings\n│   ├── components              # Reusable Presentational Components\n│   ├── containers              # Reusable Container Components\n│   ├── modules                 # Modules that deserve a separate file\n│   ├── routes                  # Main route definitions and async split points\n│   │   ├── index.js            # Bootstrap main application routes with store\n│   │   └── Home                # Fractal route\n│   │       ├── components      # Route specific components\n│   │           └── index.js    # Exports all the route specific components\n│   │       ├── index.js        # Route definitions\n│   │       ├── assets          # Assets required to render components\n│   │       ├── HomeActions     # Collections of actions\n│   │       ├── HomeComponent   # Presentational React Components\n│   │       ├── HomeConstants   # Collections of constants\n│   │       ├── HomeContainer   # Connect components to actions and store\n│   │       ├── HomeReducer     # Components reducer\n│   │       ├── HomeSelectors   # Collections of selectors\n│   │       └── routes **       # Fractal sub-routes (** optional)\n│   ├── reducers.js             # Reducer registry and injection\n│   ├── background.js           # Background application, syncing store to chrome storage\n│   ├── content.js              # Startpoint of the app that is injected to html pages\n│   ├── popup.js                # Startpoint of the app that is opened when clicking on the app icon \n│   └── styles                  # Application-wide styles (generally settings)\n└── webpack.config.js           # Webpack configuration\n```\n\n## Installation\n1. Run `npm run build`\n1. Open `chrome://extensions/` in your browser and enable Developer mode in the top right corner\n1. Drag the [assets](./assets) folder into screen\n1. The extension should now appear\n\n\u003e Small note: When updating background.js you have to reload the app\n\n## Collaboration\n\nIf you have questions or [issues](https://github.com/TriPSs/chrome-extension-react-redux-boilerplate/issues), please [open an issue](https://github.com/TriPSs/chrome-extension-react-redux-boilerplate/issues/new)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripss%2Fchrome-extension-react-redux-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftripss%2Fchrome-extension-react-redux-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripss%2Fchrome-extension-react-redux-boilerplate/lists"}