{"id":16347415,"url":"https://github.com/imbhargav5/react-universal-starter","last_synced_at":"2025-03-20T23:32:52.397Z","repository":{"id":74798484,"uuid":"100280160","full_name":"imbhargav5/react-universal-starter","owner":"imbhargav5","description":"React@16, react-router@4, redux and webpack@4 starter project","archived":false,"fork":false,"pushed_at":"2019-02-18T08:26:28.000Z","size":1164,"stargazers_count":45,"open_issues_count":8,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-17T16:19:43.621Z","etag":null,"topics":["react","react-fiber","react-router-v4","redux","server-rendering","styled-components","webpack"],"latest_commit_sha":null,"homepage":"https://react-universal-starter.imbhargav5.com","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/imbhargav5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-08-14T15:04:38.000Z","updated_at":"2024-10-31T16:44:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b3d27dc-29c9-4316-ab62-51596d09c793","html_url":"https://github.com/imbhargav5/react-universal-starter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbhargav5%2Freact-universal-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbhargav5%2Freact-universal-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbhargav5%2Freact-universal-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbhargav5%2Freact-universal-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imbhargav5","download_url":"https://codeload.github.com/imbhargav5/react-universal-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244711713,"owners_count":20497415,"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":["react","react-fiber","react-router-v4","redux","server-rendering","styled-components","webpack"],"created_at":"2024-10-11T00:42:15.516Z","updated_at":"2025-03-20T23:32:52.388Z","avatar_url":"https://github.com/imbhargav5.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-universal-starter\n[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)\n\nThe popular front end stack today is changing fast with React, react-router and webpack releasing newer versions. This is a starter app aimed to demonstrate how to integrate `babel@7`, `react@16`,`react-router@4` and `webpack@4`.\n\n\n\u003cimg alt=\"Styled components\" width=\"auto\" height=\"90\" src=\"https://raw.githubusercontent.com/styled-components/brand/master/styled-components.png\"/\u003e \u003cimg alt=\"React\" width=\"auto\" height=\"90\" src=\"https://facebook.github.io/react/img/logo.svg\"/\u003e \u003cimg  width=\"auto\" height=\"90\"  alt=\"Redux\" src=\"https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png\"/\u003e \u003cimg src=\"https://webpack.js.org/6bc5d8cf78d442a984e70195db059b69.svg\" alt=\"webpack\" width=\"auto\" height=\"90\" /\u003e \u003cimg src=\"https://cms-assets.tutsplus.com/uploads/users/16/posts/24511/preview_image/babel-1.png\" width=\"auto\" height=\"90\" alt=\"babel\"/\u003e \u003cimg src=\"http://nodemon.io/nodemon.svg\" width=\"auto\" height=\"90\" alt=\"nodemon\"/\u003e\n \n## [Link](https://react-universal-starter.now.sh)\n\n## Screenshot\n\n\u003cimg src=\"https://github.com/imbhargav5/react-universal-starter/blob/master/static/screenshot.png?raw=true\" width=\"100%\" height=\"auto\" alt=\"Screenshot\"/\u003e\n\n## Features\n\nThis project comes with the following features\n\n- [x] React 16\n- [x] React Router 4\n- [x] Webpack 3\n- [x] Babel\n- [x] Server rendering\n- [x] Redux integration\n- [x] Dynamic imports\n- [x] Chunk splitting\n- [x] Styled components\n- [x] Nodemon\n\n## Installation\n\n```bash\ngit clone git@github.com:imbhargav5/react-universal-starter.git\ncd react-universal-starter\nnpm install\n```\n\n## Usage\n\nTo run app in **dev** mode\n\n```bash\nnpm run dev\n```\n\nThe app should be running on `http://localhost:8888/`\n\n\u003chr/\u003e\n\nTo run app in **production** mode\n\n```bash\nnpm build\nnpm start\n```\nThe app should be running on `http://localhost:8888/`\n\n\u003chr/\u003e\n\nTo clean and rebuild\n\n```bash\nnpm run build\n```\n\n## Available build scripts\n\n| `npm run \u003cscript\u003e` | Description                                                                                                                    |\n| ------------------ | ------------------------------------------------------------------------------------------------------------------------------ |\n| `prebuild`         | Cleans up previous build folders.                                                                                              |\n| `build:client`     | Compiles client in production mode.                                                                                            |\n| `build:server`     | Compiles server in production mode.                                                                                            |\n| `build`            | Compiles client and server in production mode.                                                                                 |\n| `dev:client`       | Runs client in development mode                                                                                                |\n| `dev:server`       | Runs server in development mode                                                                                                |\n| `dev`              | Runs client and server in development mode                                                                                     |\n| `start`            | Start app in production mode.                                                                                                  |\n| `deploy`           | Deploy(already compiled) app to www through a temporary now.sh url. If now is not already installed, Run `npm install -g now`. |\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n| [\u003cimg src=\"https://avatars2.githubusercontent.com/u/2936644?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBhargav Ponnapalli\u003c/b\u003e\u003c/sub\u003e](http://github.com/imbhargav5)\u003cbr /\u003e[💻](https://github.com/imbhargav5/react16-router4-redux-universal/commits?author=imbhargav5 \"Code\") | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/3034375?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTirta Nugraha\u003c/b\u003e\u003c/sub\u003e](http://www.betotally.com/)\u003cbr /\u003e[💻](https://github.com/imbhargav5/react16-router4-redux-universal/commits?author=tagraha \"Code\") | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/13253073?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNed.\u003c/b\u003e\u003c/sub\u003e](http://Negative.co.in)\u003cbr /\u003e[📖](https://github.com/imbhargav5/react16-router4-redux-universal/commits?author=negati-ve \"Documentation\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/41268157?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003erishabh-327\u003c/b\u003e\u003c/sub\u003e](https://github.com/rishabh-327)\u003cbr /\u003e[💻](https://github.com/imbhargav5/react16-router4-redux-universal/commits?author=rishabh-327 \"Code\") |\n| :---: | :---: | :---: | :---: |\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!\n\n## License\n\nMIT Bhargav Ponnapalli(2017)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbhargav5%2Freact-universal-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimbhargav5%2Freact-universal-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbhargav5%2Freact-universal-starter/lists"}