{"id":21291906,"url":"https://github.com/idea2app/react-mobx-ant-design-ts","last_synced_at":"2025-08-22T12:42:00.375Z","repository":{"id":114520626,"uuid":"371135465","full_name":"idea2app/React-MobX-Ant-Design-ts","owner":"idea2app","description":"React project scaffold based on TypeScript, MobX \u0026 Ant Design, which is inspired by WebCell scaffold.","archived":false,"fork":false,"pushed_at":"2024-06-27T19:54:06.000Z","size":3618,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-27T22:33:43.723Z","etag":null,"topics":["ant-design","mobx","parcel","react","scafold","typescript"],"latest_commit_sha":null,"homepage":"https://idea2app.github.io/React-MobX-Ant-Design-ts/","language":"TypeScript","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/idea2app.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}},"created_at":"2021-05-26T18:38:29.000Z","updated_at":"2024-06-27T19:53:34.000Z","dependencies_parsed_at":"2023-11-25T01:24:29.646Z","dependency_job_id":"bde68c01-8acf-4f0d-8458-c53552b29d19","html_url":"https://github.com/idea2app/React-MobX-Ant-Design-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FReact-MobX-Ant-Design-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FReact-MobX-Ant-Design-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FReact-MobX-Ant-Design-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FReact-MobX-Ant-Design-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idea2app","download_url":"https://codeload.github.com/idea2app/React-MobX-Ant-Design-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225741249,"owners_count":17516895,"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":["ant-design","mobx","parcel","react","scafold","typescript"],"created_at":"2024-11-21T13:46:42.017Z","updated_at":"2024-11-21T13:46:42.616Z","avatar_url":"https://github.com/idea2app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-MobX-Ant-Design-ts\n\n[React][1] project scaffold based on [TypeScript][2], [MobX][3] \u0026 [Ant Design][4],\nwhich is inspired by [WebCell scaffold][5].\n\n[![CI \u0026 CD](https://github.com/idea2app/React-MobX-Ant-Design-ts/actions/workflows/main.yml/badge.svg)][6]\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][7]\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][8]\n\n## Technology stack\n\n- Language: [TypeScript v5][2]\n- Component engine: [React v18][1]\n- State management: [MobX v6][3]\n- Component suite: [Ant Design v5][4] + [Bootstrap v5][9] (CSS utilities)\n- HTTP Client: [KoAJAX v1][10]\n- PWA framework: [Workbox v7][11]\n- Package bundler: [Parcel v2][12]\n- CI / CD: GitHub [Actions][13] + [Pages][14]\n\n## Extra components\n\n1. [Badge](./src/component/Badge.tsx)\n2. [Spinner](./src/component/Spinner.tsx)\n3. [REST Form](./src/component/RestForm.tsx)\n4. [REST Table](./src/component/RestTable.tsx)\n5. [GitHub logo](src/component/Git/Logo.tsx)\n6. [GitHub card](src/component/Git/Card.tsx)\n\n## Best practice\n\n1.  Install GitHub apps in your organization or account:\n\n    1.  [Probot settings][15]: set up Issue labels \u0026 Pull Request rules\n    2.  [PR badge][16]: set up Online [VS Code][17] editor entries in Pull Request description\n\n2.  Click the **[\u003ckbd\u003eUse this template\u003c/kbd\u003e][18] button** on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above\n\n3.  Click the **[\u003ckbd\u003eOpen in GitHub codespaces\u003c/kbd\u003e][7] button** on the top of ReadMe file, then an **online VS Code development environment** will be started immediately\n\n4.  Set [Vercel variables][19] as [Repository secrets][20], then every commit will get an independent **Preview URL**\n\n5.  Recommend to add a [Notification step in GitHub actions][21] for your Team IM app\n\n6.  Remind the PMs \u0026 users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][22] instead of IM messages or Mobile Phone calls\n\n7.  Collect all these issues into [Project kanbans][23], then create **Pull requests** \u0026 add `closes #issue_number` into its description for automation\n\n## Development\n\n```shell\nnpm i pnpm -g\n\npnpm i\n\nnpm start\n```\n\n## Deployment\n\n```shell\npnpm build\n```\n\n[1]: https://react.dev/\n[2]: https://www.typescriptlang.org/\n[3]: https://mobx.js.org/\n[4]: https://ant.design/\n[5]: https://github.com/EasyWebApp/scaffold\n[6]: https://github.com/idea2app/React-MobX-Ant-Design-ts/actions/workflows/main.yml\n[7]: https://codespaces.new/idea2app/React-MobX-Ant-Design-ts\n[8]: https://gitpod.io/?autostart=true#https://github.com/idea2app/React-MobX-Ant-Design-ts\n[9]: https://getbootstrap.com/\n[10]: https://github.com/EasyWebApp/KoAJAX\n[11]: https://developers.google.com/web/tools/workbox\n[12]: https://parceljs.org/\n[13]: https://github.com/features/actions\n[14]: https://pages.github.com/\n[15]: https://github.com/apps/settings\n[16]: https://pullrequestbadge.com/\n[17]: https://code.visualstudio.com/\n[18]: https://github.com/new?template_name=React-MobX-Ant-Design-ts\u0026template_owner=idea2app\n[19]: https://github.com/idea2app/React-MobX-Ant-Design-ts/blob/ae6204a04c108eddff7ff5265341676b55918509/.github/workflows/main.yml#L10-L12\n[20]: https://github.com/idea2app/React-MobX-Ant-Design-ts/settings/secrets/actions\n[21]: https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/bb4675a56bf1d6b207231313da5ed0af7cf0ebd6/.github/workflows/pull-request.yml#L32-L56\n[22]: https://github.com/idea2app/React-MobX-Ant-Design-ts/issues/new/choose\n[23]: https://github.com/idea2app/React-MobX-Ant-Design-ts/projects\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Freact-mobx-ant-design-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidea2app%2Freact-mobx-ant-design-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Freact-mobx-ant-design-ts/lists"}