{"id":14976469,"url":"https://github.com/mackentoch/react-redux-immutable-webpack-ssr-starter","last_synced_at":"2025-10-27T20:31:40.955Z","repository":{"id":153226475,"uuid":"97376584","full_name":"MacKentoch/react-redux-immutable-webpack-ssr-starter","owner":"MacKentoch","description":"React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER","archived":false,"fork":false,"pushed_at":"2018-01-30T05:27:24.000Z","size":3610,"stargazers_count":21,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-01T08:06:04.696Z","etag":null,"topics":["boilerplate","bootstrap","chai","immutable","immutablejs","mocha","react-bootstrap","react-hot-loader-3","react-hot-loader3","reactjs","redux","redux-devtools","ssr","starter","starter-project","starter-template","webpack","webpack3"],"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/MacKentoch.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-07-16T10:40:40.000Z","updated_at":"2020-05-15T15:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a1d83cc-1018-4953-981b-cbdc0ca07215","html_url":"https://github.com/MacKentoch/react-redux-immutable-webpack-ssr-starter","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":"0.20833333333333337","last_synced_commit":"65d7c306f2c35a7660a595c1a20725437045d587"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-redux-immutable-webpack-ssr-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-redux-immutable-webpack-ssr-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-redux-immutable-webpack-ssr-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2Freact-redux-immutable-webpack-ssr-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacKentoch","download_url":"https://codeload.github.com/MacKentoch/react-redux-immutable-webpack-ssr-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238553189,"owners_count":19491384,"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","bootstrap","chai","immutable","immutablejs","mocha","react-bootstrap","react-hot-loader-3","react-hot-loader3","reactjs","redux","redux-devtools","ssr","starter","starter-project","starter-template","webpack","webpack3"],"created_at":"2024-09-24T13:53:56.082Z","updated_at":"2025-10-27T20:31:40.361Z","avatar_url":"https://github.com/MacKentoch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"React + React-Router + Redux + ImmutableJS + Bootstrap with with Server side rendering, Hot Reload and redux-devtools-extension STARTER\n==========\n\n\u003ca target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/Mp96tCWH2KdajZuBzqB6jwj8/MacKentoch/react-redux-immutable-webpack-ssr-starter'\u003e\n  \u003cimg alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/Mp96tCWH2KdajZuBzqB6jwj8/MacKentoch/react-redux-immutable-webpack-ssr-starter.svg' /\u003e\n\u003c/a\u003e\n\n\u003e My React + Redux + Immutable + React-Router + Bootstrap + webpack project starter with server side rendering.\n\n- *webpack is as simple as possible*\n- *ReactJS + Redux + React Router all immutable (all components extend PureComponent).*\n- *`pure front-end` = server independant (use whatever you want as server: NodeJS, Rails, .NET...)*\n- server side redering\n\n![preview](./preview/preview.png)\n\n## Detailed Content\n\n**Front:**\n- React JS (15.6.x - [github :link:](https://github.com/facebook/react))\n- Redux (*as you application grows managing state will be a serious concern, save pain with Redux*)\n- React-Redux (*Redux is not specific to ReactJS, you could easily use it with Angular2 for instance*)\n- Immutable JS\n- redux-immutable\n- redux-devtools-extension ([github :link:](https://github.com/zalmoxisus/redux-devtools-extension#redux-devtools-extension))\n- React-Router-Redux (*previously named react-simple-router*)\n- react-router (4.x- [github :link:](https://github.com/reactjs/react-router))\n- Bootstrap (3.x - [github :link:](https://github.com/twbs/bootstrap))\n- React-Bootstrap ([github :link:](https://github.com/react-bootstrap/react-bootstrap))\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 3.x ([github :link:](https://github.com/webpack/webpack))\n- babel 6+ ([github :link:](https://github.com/babel/babel))\n- axios ([github :link:](https://github.com/mzabriskie/axios))\n\n**Tool chain:**\n- babel 6+\n- eslint\n- webpack 3.x\n- hot reload\n- loaders\n  - `js` / `jsx`\n  - sass\n  - css\n  - json\n  - images formats\n  - svg and fonts formats\n- postcss\n\n**tests:**\n- Mocha\n- Chai (*+ dirty-chai*)\n- enzyme\n- Sinon\n- nyc\n\n\n## Usage\n\nThis starter is build with `NodeJS 8.1.4` (*as stated in [engines section of package.json](https://github.com/MacKentoch/react-redux-immutable-webpack-ssr-starter/blob/master/package.json#L6)*)\n\nEnsure you have a matching node version (*[nvm](https://github.com/creationix/nvm) is your friend. If you need help to install and use nvm [check my gist](https://gist.github.com/MacKentoch/42be82e7f34f03edcc018b80406ca0be) :+1:*)\n\n### Install\n\n```bash\nnpm install\n```\n### bundle dev mode (*+ redux-devtools*)\n\n```bash\nnpm run dev\n```\n\n### dev : hot reload mode (*+ redux-devtools*)\n\n```bash\nnpm run start\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 for SPA\nwith server hot reload (*nodemon*) and dev bundle:\n```bash\nnpm run serve-spa-dev\n```\n\nwithout hot reload and prod bundle:\n```bash\nnpm run serve-spa-prod\n```\n\n### SSR server (prod bundle)\n```bash\nnpm run serve-ssr\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackentoch%2Freact-redux-immutable-webpack-ssr-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackentoch%2Freact-redux-immutable-webpack-ssr-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackentoch%2Freact-redux-immutable-webpack-ssr-starter/lists"}