{"id":24129562,"url":"https://github.com/luandro/hapi-universal-redux","last_synced_at":"2025-09-18T22:32:54.943Z","repository":{"id":35430812,"uuid":"39696612","full_name":"luandro/hapi-universal-redux","owner":"luandro","description":"DEPRECATED: Create an universal React and Redux app in less than 5 minutes!","archived":false,"fork":false,"pushed_at":"2016-11-23T12:00:21.000Z","size":903,"stargazers_count":214,"open_issues_count":10,"forks_count":24,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-02T02:13:17.096Z","etag":null,"topics":["hapi","hapijs","isomorphic","radium","react","redux","redux-devtools-extension","ssr"],"latest_commit_sha":null,"homepage":"https://hapi-universal-redux.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luandro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-25T17:55:38.000Z","updated_at":"2023-11-03T17:11:48.000Z","dependencies_parsed_at":"2022-09-17T18:53:31.259Z","dependency_job_id":null,"html_url":"https://github.com/luandro/hapi-universal-redux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luandro/hapi-universal-redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fhapi-universal-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fhapi-universal-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fhapi-universal-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fhapi-universal-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luandro","download_url":"https://codeload.github.com/luandro/hapi-universal-redux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fhapi-universal-redux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275844371,"owners_count":25538991,"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-09-18T02:00:09.552Z","response_time":77,"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":["hapi","hapijs","isomorphic","radium","react","redux","redux-devtools-extension","ssr"],"created_at":"2025-01-11T19:33:46.896Z","updated_at":"2025-09-18T22:32:54.662Z","avatar_url":"https://github.com/luandro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](http://i.imgur.com/r8IegDK.jpg)\r\n![dependencies](https://img.shields.io/david/luandro/hapi-universal-redux.svg?style=flat-square)\r\n![devDependencies](https://img.shields.io/david/dev/luandro/hapi-universal-redux.svg?style=flat-square)\r\n\r\n***DEPRECATED***: check out alternatives to building a server-side rendered React app:\r\n- [nextJS](https://github.com/zeit/next.js)\r\n- [electrode](https://github.com/electrode-io/electrode-boilerplate-universal-react-node)\r\n\r\n\r\nIsomorphic starterkit with server-side React rendering using\r\n[npm](https://www.npmjs.com/),\r\n[webpack](https://webpack.github.io/),\r\n[webpack-dev-server](https://github.com/webpack/webpack-dev-server),\r\n[react-transform-hmr](https://github.com/danmartinez101/babel-preset-react-hmre),\r\n[hapi](http://www.hapijs.com/),\r\n[babel](http://babeljs.io/),\r\n[react](https://facebook.github.io/react),\r\n[react-router](https://github.com/reactjs/react-router)\r\n[redux](https://github.com/reactjs/redux),\r\n[redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension),\r\n[react-router-redux](https://github.com/reactjs/react-router-redux),\r\n[radium](https://github.com/FormidableLabs/radium).\r\n\r\n\r\n![screenshot](http://i.imgur.com/AQXi84d.jpg)\r\n\r\n## Features\r\n\r\n- Fully automated with npm run scripts\r\n- Server hot reloads with webpack hmr\r\n- Webpack for watch + production builds\r\n- React + Router on the client and server\r\n- React-Transform for instant client updates\r\n- Babel automatically compiles ES6 + ES7\r\n- Redux and Redux-DevTools-Extension for managing app state\r\n- Radium for advanced inline styling\r\n\r\nIt just works out-of-the-box.\r\n\r\n## Installation\r\n\r\nMake sure you're using Node \u003e= 4.0.0.\r\n\r\n```bash\r\n\tgit clone https://github.com/luandro/hapi-universal-redux.git\r\n\tcd hapi-universal-redux\r\n\r\n\tnpm install\r\n\tnpm run dev     # start Hapi server and webpack-dev-server hot server\r\n\r\n\t# production build and run\r\n\tnpm run production\r\n\t# or\r\n\tNODE_ENV=production npm run build\r\n\tNODE_ENV=production npm run start\r\n```\r\n\r\n## Usage\r\n\r\nRun `npm run dev` in your terminal and play with `views/Main.js` to get a feel of\r\nthe server-side rendering and client-side hot updates.\r\n\r\n\r\n## License\r\n\r\nMIT license. Copyright © 2016, Luandro. All rights reserved.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fhapi-universal-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluandro%2Fhapi-universal-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fhapi-universal-redux/lists"}