{"id":15043401,"url":"https://github.com/amin52j/react-redux-enterprise","last_synced_at":"2025-04-14T20:31:06.364Z","repository":{"id":57343229,"uuid":"109660801","full_name":"Amin52J/React-Redux-Enterprise","owner":"Amin52J","description":"A React-Redux boilerplate for enterprise/large scaled web applications","archived":false,"fork":false,"pushed_at":"2021-10-16T20:36:43.000Z","size":3785,"stargazers_count":80,"open_issues_count":1,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T09:01:46.560Z","etag":null,"topics":["boilerplate","enterprise","enzyme","esdoc","eslint","javascript","jest","react","react-redux","react-redux-boilerplate","react-redux-enterprise","react-router-redux","react-router-v4","redux","redux-observable","redux-persist","rxjs","styled-components","template","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/Amin52J.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}},"created_at":"2017-11-06T07:19:15.000Z","updated_at":"2024-12-14T15:35:06.000Z","dependencies_parsed_at":"2022-09-12T06:30:33.341Z","dependency_job_id":null,"html_url":"https://github.com/Amin52J/React-Redux-Enterprise","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amin52J%2FReact-Redux-Enterprise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amin52J%2FReact-Redux-Enterprise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amin52J%2FReact-Redux-Enterprise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amin52J%2FReact-Redux-Enterprise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amin52J","download_url":"https://codeload.github.com/Amin52J/React-Redux-Enterprise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248955449,"owners_count":21189112,"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":["boilerplate","enterprise","enzyme","esdoc","eslint","javascript","jest","react","react-redux","react-redux-boilerplate","react-redux-enterprise","react-router-redux","react-router-v4","redux","redux-observable","redux-persist","rxjs","styled-components","template","webpack"],"created_at":"2024-09-24T20:48:58.160Z","updated_at":"2025-04-14T20:31:05.425Z","avatar_url":"https://github.com/Amin52J.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Redux-Enterprise\n\n[![stars](https://img.shields.io/github/stars/Amin52J/React-Redux-Enterprise.svg?style=for-the-badge)](https://github.com/Amin52J/React-Redux-Enterprise/stargazers)\n[![license](https://img.shields.io/github/license/Amin52J/React-Redux-Enterprise.svg?style=for-the-badge)](https://github.com/Amin52J/React-Redux-Enterprise/blob/master/LICENSE)\n\nA React-Redux boilerplate for enterprise web applications.\n\nBefore you start with this boilerplate, please take a few minutes to read [this article](https://medium.com/@a.jafari.90/framework-less-single-page-application-a547325f6e0c) and see if you really need this or you may want to try [another option](https://github.com/Amin52J/frameworkless-spa).\n\n### Materials\n\nThis repo is the minimal and extendable setup to start a new enterprise large-scaled project based on React \u0026 Redux \u0026 RxJS.\n\n* **babel:** to transpile our ES6-7 code ES5\n* **enzyme:** as our test util\n* **esdoc:** to generate docs\n* **eslint:** to have linting utility over our code\n* **jest:** as our test framework\n* **prettier:** to apply linting to our code before commits\n* **react:** as our framework\n* **react-redux:** to handle data flow\n* **react-router:** to handle routing\n* **react-router-redux:** to handle routing\n* **redux:** to handle data flow\n* **redux-observable:** to handle async actions\n* **redux-persist:** to have persistent store\n* **rxjs:** to handle observable actions\n* **styled-components:** to style our project\n* **webpack:** as our module bundler\n\n### How to start?\n\n* Clone the project\n* `yarn`\n* `yarn start`\n* visit [localhost:8080](http://127.0.0.1:8080)\n\n### NOTE:\n\n* To run the server you need to install `http-server-spa` as a global module, or you can implement your own server and point it to the public directory.\n* All modules used are the latest versions and are implemented according to their respective latest version docs. (as of Oct 2018)\n\n### Scripts\n\n* `yarn build` to make a single production build\n* `yarn dev` to make a single development build\n* `yarn docs` to generate the docs\n* `yarn lint` to run the lint check\n* `yarn start` to start the server\n* `yarn test` to run the tests\n* `yarn watch` to start watching for file changes\n\n### Read On\n\nTo read more about this project and to get familiar with the structure and find out the logic behind it, check out the articles on [Medium](https://medium.com/@a.jafari.90/how-to-start-an-enterprise-project-with-react-and-redux-563d73b61ef4), [Quora](https://amin52j.quora.com/How-to-start-an-enterprise-project-with-React-and-Redux) or [LinkedIn](https://www.linkedin.com/pulse/how-start-enterprise-project-react-andredux-amin-jafari/)\n\n### License\n\nThis project is licensed under the [MIT License](https://github.com/Amin52J/React-Redux-Enterprise/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famin52j%2Freact-redux-enterprise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famin52j%2Freact-redux-enterprise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famin52j%2Freact-redux-enterprise/lists"}