{"id":20629973,"url":"https://github.com/mackentoch/react-bootstrap-webpack-starter","last_synced_at":"2025-10-05T14:59:49.990Z","repository":{"id":153226386,"uuid":"52532752","full_name":"MacKentoch/react-bootstrap-webpack-starter","owner":"MacKentoch","description":"ReactJS 16.11 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components","archived":false,"fork":false,"pushed_at":"2022-02-27T17:19:06.000Z","size":10982,"stargazers_count":113,"open_issues_count":1,"forks_count":37,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-11T12:50:20.070Z","etag":null,"topics":["axios","babel","babel7","bootstrap","bootstrap4","context-api","contextapi","es6","flowtype","jest","react-bootstrap","react-hot-reload","react-router","react-router-v4","reactjs","starters","styled-components","webpack","webpack4","workbox-webpack-plugin"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/MacKentoch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2016-02-25T14:51:13.000Z","updated_at":"2025-04-20T09:39:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb39aede-6243-4c2d-8fce-3c3f228f4c14","html_url":"https://github.com/MacKentoch/react-bootstrap-webpack-starter","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/MacKentoch/react-bootstrap-webpack-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-bootstrap-webpack-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-bootstrap-webpack-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-bootstrap-webpack-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-bootstrap-webpack-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacKentoch","download_url":"https://codeload.github.com/MacKentoch/react-bootstrap-webpack-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-bootstrap-webpack-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278470181,"owners_count":25992203,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["axios","babel","babel7","bootstrap","bootstrap4","context-api","contextapi","es6","flowtype","jest","react-bootstrap","react-hot-reload","react-router","react-router-v4","reactjs","starters","styled-components","webpack","webpack4","workbox-webpack-plugin"],"created_at":"2024-11-16T14:06:33.342Z","updated_at":"2025-10-05T14:59:49.984Z","avatar_url":"https://github.com/MacKentoch.png","language":"HTML","funding_links":["https://www.paypal.me/ErwanDatin/"],"categories":[],"sub_categories":[],"readme":"# React 16+ Bootstrap webpack 4 Babel 7 with Hot Reload STARTER\n\n[![npm](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](https://github.com/MacKentoch/react-bootstrap-webpack-starter)\n[![Build Status](https://travis-ci.org/MacKentoch/react-bootstrap-webpack-starter.svg?branch=master)](https://travis-ci.org/MacKentoch/react-bootstrap-webpack-starter)\n[![Coverage Status](https://coveralls.io/repos/github/MacKentoch/react-bootstrap-webpack-starter/badge.svg?branch=master)](https://coveralls.io/github/MacKentoch/react-bootstrap-webpack-starter?branch=master)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMacKentoch%2Freact-bootstrap-webpack-starter.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FMacKentoch%2Freact-bootstrap-webpack-starter?ref=badge_shield)\n\n### ReactJS + Bootstrap starter with hot reload\n\n#### Full client and server side in ES6+-ES2015+ using only React 16.3 Context API for state management\n\n\u003e Dev bundle `connects context` to `redux devTools` (_yes you are not dreaming_) to feel redux development experience in a pure Context API app. Contrary to a redux based app connecting to devTools is not automatic (_you have to specify each `pseudo-action` you want to trace in devTools state_).\n\n_Concept behind:_ **this starter is an easy way to understand and ready to use ReactJS (ES6) + bootstrap + webpack starter with:**\n\n- `no hard core Webpack` config so it is more commonly understandable (_they are numerous amazing starters with incredible webpack configs — hard core configs aren't bad things at all! —. This one is just for easier understanding for people even discovering webpack_)\n- `with hot reload` (_ReactJS + webpack =\u003e hot reload = WINNER_)\n- `no flux` (_yes, to give you freedom to add then since you may want to use something else like observables?_)\n- `with JWT auth`\n- _ReactJS Components written with `optimization tricks` (stateless, pure render...)._\n\n![preview](./preview/preview.png)\n\n\u003e _Looking for server side rendering?_ check this project with SSR added [here](https://github.com/MacKentoch/react-bootstrap-webpack-ssr-starter#react-bootstrap-with-server-side-rendering-starter)\n\n## Detailed Content\n\n**Front:**\n\n- React JS (16.11.x - [github :link:](https://github.com/facebook/react))\n- react-router (5.x- [github :link:](https://github.com/reactjs/react-router))\n- Bootstrap (4.x - [github :link:](https://github.com/twbs/bootstrap))\n- react-strap ([github :link:](https://reactstrap.github.io/))\n- font-awesome ([github :link:](https://github.com/FortAwesome/Font-Awesome))\n- animate.css ([github :link:](https://github.com/daneden/animate.css))\n- classnames ([github :link:](https://github.com/JedWatson/classnames))\n- react-motion ([github :link:](https://github.com/chenglou/react-motion))\n- Webpack 4.x ([github :link:](https://github.com/webpack/webpack))\n- babel 7+ ([github :link:](https://github.com/babel/babel))\n- axios ([github :link:](https://github.com/mzabriskie/axios) _Why: simple, complete, isomorphic ..._)\n\n**Tool chain:**\n\n- babel 7+\n- eslint\n- hot reload\n- loaders\n  - `js` / `jsx`\n  - css\n  - json\n  - images formats\n  - svg and fonts formats\n\n**tests:**\n\n- Jest\n- enzyme\n\n## Usage\n\n### Install\n\n```bash\nnpm install\n```\n\n### bundle dev mode\n\n```bash\nnpm run dev\n```\n\n### dev : hot reload mode\n\n```bash\nnpm run start\n```\n\n### bundle size analyze\n\n```bash\nnpm run analyze\n```\n\n### tests\n\n```bash\nnpm run test\n```\n\n### bundle production mode\n\n```bash\nnpm run prod\n```\n\n### mini node-express server\n\nwith server hot reload (_and dev bundle_):\n\n```bash\nnpm run serve-dev\n```\n\nwithout hot reload (_and prod bundle_):\n\n```bash\nnpm run serve-prod\n```\n\n## Donate\n\nDo you use \u0026 ❤️ `react-bootstrap-webpack-starter` but you don’t find a way to show some love?\nIf yes, please consider donating to support this project. Otherwise, no worries, regardless of whether there is support or not, I will keep maintaining this project. Still, if you buy me a cup of coffee I would be more than happy though 😄\n\n[![Support via PayPal](./assets/Paypal-button.png)](https://www.paypal.me/ErwanDatin/)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2019 Erwan DATIN\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMacKentoch%2Freact-bootstrap-webpack-starter.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FMacKentoch%2Freact-bootstrap-webpack-starter?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackentoch%2Freact-bootstrap-webpack-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackentoch%2Freact-bootstrap-webpack-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackentoch%2Freact-bootstrap-webpack-starter/lists"}