{"id":20393087,"url":"https://github.com/aichbauer/redub","last_synced_at":"2026-04-11T12:02:33.869Z","repository":{"id":82477731,"uuid":"77790930","full_name":"aichbauer/redub","owner":"aichbauer","description":"a react redux boilerplate","archived":false,"fork":false,"pushed_at":"2017-05-23T20:09:55.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T20:40:52.942Z","etag":null,"topics":["boilerplate","nodejs","react","redux","webpack"],"latest_commit_sha":null,"homepage":"","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/aichbauer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-01-01T18:21:12.000Z","updated_at":"2017-05-07T18:41:59.000Z","dependencies_parsed_at":"2023-03-12T16:04:46.869Z","dependency_job_id":null,"html_url":"https://github.com/aichbauer/redub","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/aichbauer%2Fredub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fredub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fredub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fredub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aichbauer","download_url":"https://codeload.github.com/aichbauer/redub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241942511,"owners_count":20046357,"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","nodejs","react","redux","webpack"],"created_at":"2024-11-15T03:47:26.788Z","updated_at":"2025-10-18T21:02:19.984Z","avatar_url":"https://github.com/aichbauer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redub\n#### a react *REDU*x *B*oilerplate\n\n# recommended usage\n\nwith `redub-cli`\n\n```shell\n# installation\n$ npm i -g redub-cli\n\n# create anew project\n$ redub new testProject\n\n# generate a new component\n$ redub generate comp myNewComponent\n```\n\nDocumentation for redub-cli [click here](https://github.com/rudolfsonjunior/redub-cli/readme.md)\n\n## install \u0026 use\n\u003e cd into root directory\n```shell\n$ npm install\n```\n\u003e run this for to copy index.html to dist and to bundle javascript and load to dist/js\n```shell\n$ npm run dev\n```\n\u003e run this for serving the index.html and the bundle.js on localhost:3000\n```shell\n$ npm run start\n```\n\n## redux devtools\n\nSimply install [redux devtools extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) for chrome and use all the features for debugging the application's state changes.\n\nDevtools only work in development.\n\n## Folder Structure\n```\n.\n+-- src\n|   +-- config\n|   |\n|   +-- js\n|   |   +-- actions\n|   |   +-- components\n|   |   +-- conainers\n|   |   +-- reducers\n|   |   +-- views\n|   |   app.js\n|   |\n|   +-- scss\n|   |\n|   index.html\n|\n.babel.rc\n.gitignore\npackage.json\nreadme.md\nwebpack.config.js\n\n```\n\n## src directory\n\nInside here is the code for the complete redux application.\n\nIt holdes the following files \u0026 folders:\n* **config:**     for now it only holdes the configuration for the API routes\n* **js:**         basically is the redux application\n* **scss:**       holdes the stylesheets for the application\n* **index.html:** is the only html file you need\n\n## config directory\n\nInside here all the configurations are set.\n\nIt holds the following files \u0026 folders:\n* **apiRoutes.js:** this file configures the url-path to the api (`default`: for development)\n\n## js directory\n\nInside here is all the javascript code for the redux application.\n\nIt holds the following files \u0026 folders:\n* **actions:** the complete logic of the redux application\n* **components:** the *dumb* just presentational components of the application (rarely have a state)\n* **conainers:** the *intelligent* conainer components (often statefull components)\n* **reducers:** the complete statemanagement for the redux application\n* **views:** the different views that are displayed to the user. Can consist of multiple components and/or containers\n* **app.js:** the entrypoint for the application\n\n## index.html\n\nThis is the only html file you need for the redux application.\nIt holds a div with an id 'root' (here will the application render) and a script with the src 'js/bundle.js' which is the webpacked js code for the redux application.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fredub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faichbauer%2Fredub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fredub/lists"}