{"id":15662970,"url":"https://github.com/egoist/create-poi-react-app","last_synced_at":"2025-07-15T15:42:57.357Z","repository":{"id":45275219,"uuid":"115348154","full_name":"egoist/create-poi-react-app","owner":"egoist","description":"The create-react-app that uses Poi instead of react-scripts.","archived":false,"fork":false,"pushed_at":"2021-12-25T14:16:55.000Z","size":64,"stargazers_count":18,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T04:34:18.064Z","etag":null,"topics":["bundler","poi","pwa","react","sao","web","webpack"],"latest_commit_sha":null,"homepage":"https://create-poi-react-app.egoist.moe","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/egoist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-25T15:41:32.000Z","updated_at":"2023-07-03T23:48:57.000Z","dependencies_parsed_at":"2022-09-14T05:00:48.418Z","dependency_job_id":null,"html_url":"https://github.com/egoist/create-poi-react-app","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/egoist/create-poi-react-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fcreate-poi-react-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fcreate-poi-react-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fcreate-poi-react-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fcreate-poi-react-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egoist","download_url":"https://codeload.github.com/egoist/create-poi-react-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fcreate-poi-react-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443554,"owners_count":23766416,"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":["bundler","poi","pwa","react","sao","web","webpack"],"created_at":"2024-10-03T13:35:07.112Z","updated_at":"2025-07-15T15:42:57.333Z","avatar_url":"https://github.com/egoist.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# create-poi-react-app\n\n[![NPM version](https://img.shields.io/npm/v/create-poi-react-app.svg?style=flat)](https://npmjs.com/package/create-poi-react-app) [![NPM downloads](https://img.shields.io/npm/dm/create-poi-react-app.svg?style=flat)](https://npmjs.com/package/create-poi-react-app) [![CircleCI](https://circleci.com/gh/egoist/create-poi-react-app/tree/master.svg?style=shield)](https://circleci.com/gh/egoist/create-poi-react-app/tree/master)  [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000\u0026style=flat)](https://github.com/egoist/donate) [![chat](https://img.shields.io/badge/chat-on%20discord-7289DA.svg?style=flat)](https://chat.egoist.moe)\n\nThe `create-react-app` that you're familiar with but uses [Poi](https://github.com/egoist/poi) instead of `react-scripts`.\n\n\u003cimg src=\"https://i.loli.net/2017/12/25/5a411bf8308c8.png\" alt=\"preview\" width=\"600\"\u003e\n\n## Install\n\n```bash\nyarn global add create-poi-react-app\ncreate-poi-react-app my-app\n# Or use the shorter alias\ncpra my-app\n\n# Or use `yarn create` or `npx`\nyarn create poi-react-app my-app\nnpx create-poi-react-app my-app\n```\n\nCheck out the auto deployed website of this project on Netlify: https://create-poi-react-app.egoist.moe\n\n## Usage\n\nFolder structure:\n\n```bash\n.\n├── package.json\n├── poi.config.js\n├── public\n│   ├── favicon.ico\n│   ├── index.html\n│   └── manifest.json\n├── src\n│   ├── App.css\n│   ├── App.js\n│   ├── App.test.js\n│   ├── index.css\n│   ├── index.js\n│   └── logo.svg\n└── yarn.lock\n```\n\nYeah it's exactly the same as a create-react-app project but with an extra [poi.config.js](./template/poi.config.js).\n\n### `yarn dev`\n\nStarts development server.\n\n### `yarn build`\n\nBuilds your app to `./dist` folder.\n\n### `yarn test`\n\nStarts the test runner.\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n\n## Author\n\n**create-poi-react-app** © [EGOIST](https://github.com/egoist), Released under the [MIT](./LICENSE) License.\u003cbr\u003e\nAuthored and maintained by EGOIST with help from contributors ([list](https://github.com/egoist/create-poi-react-app/contributors)).\n\n\u003e [egoist.moe](https://egoist.moe) · GitHub [@EGOIST](https://github.com/egoist) · Twitter [@_egoistlily](https://twitter.com/_egoistlily)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fcreate-poi-react-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoist%2Fcreate-poi-react-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fcreate-poi-react-app/lists"}