{"id":28400843,"url":"https://github.com/codiume/create-react-appp","last_synced_at":"2025-06-28T11:31:14.045Z","repository":{"id":275444421,"uuid":"926109563","full_name":"codiume/create-react-appp","owner":"codiume","description":"Set up a modern react web app by running one command","archived":false,"fork":false,"pushed_at":"2025-06-20T16:02:49.000Z","size":222,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T17:22:41.578Z","etag":null,"topics":["create-react-app","create-react-app-typescript","create-react-library","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/codiume.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"polar":"codiume"}},"created_at":"2025-02-02T15:23:35.000Z","updated_at":"2025-05-13T00:12:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"42ef031c-a77d-4981-9ee2-201872d1d039","html_url":"https://github.com/codiume/create-react-appp","commit_stats":null,"previous_names":["codiume/create-react-appp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codiume/create-react-appp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fcreate-react-appp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fcreate-react-appp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fcreate-react-appp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fcreate-react-appp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codiume","download_url":"https://codeload.github.com/codiume/create-react-appp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fcreate-react-appp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260986375,"owners_count":23093075,"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":["create-react-app","create-react-app-typescript","create-react-library","react"],"created_at":"2025-06-01T11:30:51.360Z","updated_at":"2025-06-28T11:31:14.035Z","avatar_url":"https://github.com/codiume.png","language":"TypeScript","funding_links":["https://polar.sh/codiume"],"categories":[],"sub_categories":[],"readme":"# Create React Appp\n\n[![Version][version-badge]][npm]\n[![Downloads][downloads-badge]][npm]\n[![Github Actions][github-actions-badge]][github-actions]\n[![Make a PR][makepr-badge]][makepr]\n[![Typescript][typescript-badge]][npm]\n[![Formatted with Biome][biome-badge]][biome]\n\nAs we bid farewell to the deprecated `create-react-app` CLI that helped millions of developers bootstrap projects since 2016, we're proud to introduce `create-react-appp` - affectionately known as CRAP (Create React App Perfected) - a spiritual successor that combines CRA's simplicity with today's best practices.\n\nWith CRAP you can set up a modern react web app by running one command.\n\n## Get Started Immediately\n\nYou don’t need to install or configure tools like webpack or Babel.\n\nCreate a project, and you’re good to go.\n\n### Using PNPM\n\n```bash\npnpm create create-react-appp my-app\n```\n\n### Using Bun\n\n```bash\nbun create create-react-appp my-app\n```\n\n### Using NPM\n\n```bash\nnpx create-react-appp my-app\n```\n\n### Using Yarn\n\n```bash\necho \"I'm a carrot farmer\"\n```\n\n## So... what does `P` stands for ?\n\n- Pro.\n- Perfected.\n- Polyfill.\n- Plus.\n- Prime.\n- You can add your own here.\n\n## Contributing\n\nPlease see [Contributing.md](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email author instead of using the issue tracker.\n\n## Acknowledgements\n\nWe are grateful to the authors of the vite project for their ideas and collaboration:\n\n- [Vite][vite]\n- [Evan You][evanyou]\n\n## Changelog\n\nPlease see the [Changelog](CHANGELOG.md) for more information on what has changed recently.\n\n## License\n\nPlease see the [LICENSE](LICENSE) for more information.\n\n[npm]: https://www.npmjs.com/package/create-react-appp\n[version-badge]: https://img.shields.io/npm/v/create-react-appp.svg\n[downloads-badge]: https://img.shields.io/npm/dt/create-react-appp\n[github-actions]: https://github.com/codiume/create-react-appp/actions/workflows/build.yml\n[github-actions-badge]: https://github.com/codiume/create-react-appp/actions/workflows/build.yml/badge.svg?branch=main\n[typescript-badge]: https://img.shields.io/npm/types/create-react-appp\n[makepr]: https://makeapullrequest.com\n[makepr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square?style=flat\n[biome]: https://biomejs.dev\n[biome-badge]: https://img.shields.io/badge/Formatted_with-Biome-60a5fa?style=flat\u0026logo=biome\n[vite]: https://github.com/vitejs/vite\n[evanyou]: https://github.com/yyx990803\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiume%2Fcreate-react-appp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodiume%2Fcreate-react-appp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiume%2Fcreate-react-appp/lists"}