{"id":24747962,"url":"https://github.com/codingitwrong/reactup","last_synced_at":"2026-05-04T09:33:38.119Z","repository":{"id":97570656,"uuid":"132357992","full_name":"CodingItWrong/reactup","owner":"CodingItWrong","description":"React project setup script including CRA, hot loading, and bundle analysis","archived":false,"fork":false,"pushed_at":"2022-05-08T23:57:22.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T21:34:50.735Z","etag":null,"topics":["react","setup"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/CodingItWrong.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-06T16:49:35.000Z","updated_at":"2022-05-08T23:57:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"60d8a91f-d5d7-473f-ba3a-72013f3b2c4e","html_url":"https://github.com/CodingItWrong/reactup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodingItWrong/reactup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Freactup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Freactup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Freactup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Freactup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingItWrong","download_url":"https://codeload.github.com/CodingItWrong/reactup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Freactup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32601567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["react","setup"],"created_at":"2025-01-28T05:18:14.350Z","updated_at":"2026-05-04T09:33:38.114Z","avatar_url":"https://github.com/CodingItWrong.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reactup\n\nGenerates a React project using:\n\n- [Create React App](https://create-react-app.dev/)\n- [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/)\n- [Husky](https://github.com/typicode/husky) and [Lint-Staged](https://github.com/okonet/lint-staged) for linting staged files upon commit\n- [React Testing Library](https://testing-library.com/react) component testing\n- [Cypress](https://www.cypress.io/) end-to-end testing\n- [GitHub Actions](https://github.com/features/actions) for CI, including Cypress screenshots and videos\n- [Source Map Explorer](https://github.com/danvk/source-map-explorer) to visualize bundle size\n- [@axe-core/react](https://github.com/dequelabs/axe-core-npm/blob/develop/packages/react/README.md) for accessibility auditing\n\n## Requirements\n\n- [Node](https://nodejs.org/)\n- [NPM](https://npmjs.com) \u003e= 7.1\n- [Yarn](https://yarnpkg.com/en/docs/install)\n\n## Installation\n\nClone the repo and add `reactup/bin` to your `PATH`\n\n## Usage\n\n```\n# reactup my-new-app-name\n```\n\nRead the `README.md` added to the project for details on using that project.\n\n## Manual Configuration\n\nThe following steps are not yet automated, and need to be done after running the script:\n\n- Add the following at the end of `package.json`:\n\n```diff\n     \"source-map-explorer\": \"^2.4.2\"\n+  },\n+  \"husky\": {\n+    \"hooks\": {\n+      \"pre-commit\": \"lint-staged\"\n+    }\n+  },\n+  \"lint-staged\": {\n+    \"*.js\": \"eslint --max-warnings 0\"\n   }\n }\n```\n\n- Run `yarn cypress` and it will generate default test files for you\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Freactup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingitwrong%2Freactup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Freactup/lists"}