{"id":18009602,"url":"https://github.com/thedanielforum/react-boilerplate","last_synced_at":"2026-04-09T02:31:04.806Z","repository":{"id":39468051,"uuid":"197106696","full_name":"thedanielforum/react-boilerplate","owner":"thedanielforum","description":"Simple ReactJS SPA boilerplate/starting point. Already configured with routing and common libs like redux.","archived":false,"fork":false,"pushed_at":"2023-01-04T04:33:55.000Z","size":6048,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T09:16:21.442Z","etag":null,"topics":["boilterplate","bootstrap","react-redux","react-router","reactjs","redux","template-project"],"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/thedanielforum.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":"2019-07-16T02:34:26.000Z","updated_at":"2020-10-08T11:21:38.000Z","dependencies_parsed_at":"2023-02-01T21:00:36.629Z","dependency_job_id":null,"html_url":"https://github.com/thedanielforum/react-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/thedanielforum/react-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedanielforum%2Freact-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedanielforum%2Freact-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedanielforum%2Freact-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedanielforum%2Freact-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thedanielforum","download_url":"https://codeload.github.com/thedanielforum/react-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedanielforum%2Freact-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31582556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["boilterplate","bootstrap","react-redux","react-router","reactjs","redux","template-project"],"created_at":"2024-10-30T02:09:52.098Z","updated_at":"2026-04-09T02:31:04.775Z","avatar_url":"https://github.com/thedanielforum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Please keep in mind that this structure is \t__*highly*__ opinionated!\n\n[![CircleCI](https://circleci.com/gh/thedanielforum/react-boilerplate.svg?style=svg)](https://circleci.com/gh/thedanielforum/react-boilerplate)\n\nThis is usally the structure I use for `non server rendered` react applications.\nI have used this structure for over a year in ten's of projects big \u0026 small and for me it has been working quite well, so this is why I have decided to publish it in the hopes that I can serve as a good starting point for other people as well.\n\nIf you have any questions or ideas for improvement please feel free to open a [issue](https://github.com/thedanielforum/react-boilerplate/issues).\n\n### Batteries included 🔋⚡️\nWhat what is installed and configured already in this boilterplate?\n- [ReactJS](https://github.com/facebook/react) (duh 🤷‍♂️)\n- [Redux](https://github.com/reduxjs/react-redux)\n- [Redux Saga](https://github.com/redux-saga/redux-saga)\n- [Redux Form](https://github.com/erikras/redux-form)\n- [Lodash](https://github.com/lodash/lodash)\n- [React intl](https://github.com/formatjs/react-intl)\n- [React Router DOM](https://github.com/ReactTraining/react-router)\n- [React toastify](https://github.com/fkhadra/react-toastify)\n- [Reactstrap + Bootstrap 4](https://github.com/reactstrap/reactstrap)\n- [Styled components](https://github.com/styled-components/styled-components)\n- [Shortid](https://github.com/dylang/shortid)\n\n---\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### Code Splitting\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\n### Analyzing the Bundle Size\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n### Making a Progressive Web App\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n### Advanced Configuration\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\n### Deployment\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\n### `npm run build` fails to minify\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedanielforum%2Freact-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedanielforum%2Freact-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedanielforum%2Freact-boilerplate/lists"}