{"id":18576849,"url":"https://github.com/niqdev/react-redux-bootstrap4","last_synced_at":"2025-04-10T09:30:40.661Z","repository":{"id":87767683,"uuid":"63087651","full_name":"niqdev/react-redux-bootstrap4","owner":"niqdev","description":"Boilerplate with React Redux and Bootstrap 4","archived":false,"fork":false,"pushed_at":"2016-10-26T21:31:40.000Z","size":3426,"stargazers_count":3,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T19:08:25.941Z","etag":null,"topics":["bootstrap4","react","redux"],"latest_commit_sha":null,"homepage":"https://goo.gl/aTHMQC","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/niqdev.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":"2016-07-11T17:22:48.000Z","updated_at":"2024-05-29T11:29:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f4394fd-5fc8-4680-8cc1-691e8e4796ca","html_url":"https://github.com/niqdev/react-redux-bootstrap4","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/niqdev%2Freact-redux-bootstrap4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Freact-redux-bootstrap4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Freact-redux-bootstrap4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Freact-redux-bootstrap4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niqdev","download_url":"https://codeload.github.com/niqdev/react-redux-bootstrap4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248191615,"owners_count":21062537,"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":["bootstrap4","react","redux"],"created_at":"2024-11-06T23:26:52.479Z","updated_at":"2025-04-10T09:30:40.640Z","avatar_url":"https://github.com/niqdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-redux-bootstrap4\n\nJust another boilerplate:\n\n* [webpack](https://webpack.github.io)\n* [react](https://facebook.github.io/react)\n* [redux](http://redux.js.org)\n* [redux-devtools](https://github.com/gaearon/redux-devtools)\n* [react-hot-loader](https://github.com/gaearon/react-hot-loader)\n* [react-router](https://github.com/reactjs/react-router)\n* [react-intl](https://github.com/yahoo/react-intl)\n* [redux-form](http://redux-form.com) TODO\n* [Bootstrap 4](http://v4-alpha.getbootstrap.com)\n* [gh-pages](https://pages.github.com)\n\nDirectory structure:\n```\npublic/ \u003c-- your static generated app is here\nsrc/\n├── core/\n│   ├── DevTools.js *\n│   ├── reducers.js \u003c-- combine your reducers\n│   ├── root/ *\n│   ├── routes.js \u003c-- change your routes\n│   ├── storage.js *\n│   └── store/ *\n├── index.js\n├── locales/ \u003c-- all your translations\n│   ├── index.js\n│   ├── locale-en.json\n│   └── locale-it.json\n└── modules/ \u003c-- all your isolated component should go here\n    ├── index.js\n    ├── app/ \u003c-- main component\n    │   ├── AppComponent.js\n    │   └── app.scss\n    ├── counter/ \u003c-- example of component with redux\n    │   ├── CounterActionTypes.js\n    │   ├── CounterActions.js\n    │   ├── CounterComponent.js\n    │   ├── CounterContainer.js\n    │   ├── CounterReducer.js\n    │   └── counter.scss\n    └\n    ...\n\n* Generally you shouldn't modify this unless needed\n```\n\n### Useful commands\n```bash\n# first time\nnpm install\n\n# run development\nnpm start\n\n# build static site\nnpm run build\n\n# publish gh-pages\nnpm run publish\n\n# build image\ndocker build -t rrb4:v1 .\n\n# run container\ndocker run -d -p 80:80 rrb4:v1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniqdev%2Freact-redux-bootstrap4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniqdev%2Freact-redux-bootstrap4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniqdev%2Freact-redux-bootstrap4/lists"}