{"id":21667047,"url":"https://github.com/winmezzz/react-antd-admin","last_synced_at":"2025-05-16T18:04:44.629Z","repository":{"id":37868723,"uuid":"138988572","full_name":"WinmezzZ/react-antd-admin","owner":"WinmezzZ","description":"Management system with react and ant-design.","archived":false,"fork":false,"pushed_at":"2024-10-14T02:19:45.000Z","size":5144,"stargazers_count":596,"open_issues_count":1,"forks_count":168,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-15T05:18:10.234Z","etag":null,"topics":["antd","hooks","javascript","react","redux","typescript"],"latest_commit_sha":null,"homepage":"https://react-admin.winme.dev","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/WinmezzZ.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-28T08:21:53.000Z","updated_at":"2025-04-13T01:34:12.000Z","dependencies_parsed_at":"2023-02-15T13:46:08.487Z","dependency_job_id":"82ea8790-dbf9-4e09-bb89-6eb532981071","html_url":"https://github.com/WinmezzZ/react-antd-admin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WinmezzZ%2Freact-antd-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WinmezzZ%2Freact-antd-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WinmezzZ%2Freact-antd-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WinmezzZ%2Freact-antd-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WinmezzZ","download_url":"https://codeload.github.com/WinmezzZ/react-antd-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582902,"owners_count":22095518,"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":["antd","hooks","javascript","react","redux","typescript"],"created_at":"2024-11-25T11:32:31.225Z","updated_at":"2025-05-16T18:04:44.568Z","avatar_url":"https://github.com/WinmezzZ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"English | [简体中文](./README.zh_CN.md)\n\n\u003ch1 align=\"center\"\u003eReact Antd Admin\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nThe best practices for React Hooks and Typescript.\n\n\u003ca href=\"https://github.com/facebook/react\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/react-17.0.0-brightgreen\" alt=\"React\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/ant-design/ant-design\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/ant--design-5.2.0-brightgreen\" alt=\"ant-design\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/microsoft/TypeScript\" rel=\"nofollow\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/typescript-4.3.2-brightgreen\" alt=\"Typescript\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/reduxjs/redux\" rel=\"nofollow\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/@reduxjs/toolkit-1.4.0-brightgreen\" alt=\"Redux\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/WinmezzZ/react-antd-admin/blob/master/LICENSE\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/mashape/apistatus.svg\" alt=\"license\"\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\n- Preview: https://react-admin.winme.dev\n- Documentation: https://react-admin.winme.dev/documentation\n\n## ✨ Features\n\n- 💡 **TypeScript**: A language for application-scale JavaScript\n- 📜 **Blocks**: Build page with block template\n- 💎 **Hooks**: Use react hooks API instead of traditional class API\n- 📐 **Common Templates**: Typical templates for enterprise applications\n- 🚀 **State of The Art Development**: Newest development stack of React/hooks/Redux/antd/typescript\n- 📱 **Responsive**: Designed for variable screen sizes\n- 🎨 **Theming**: Dynamically switch system theme\n- 🌐 **International**: Built-in i18n solution\n- ⚙️ **Best Practices**: Solid workflow to make your code healthy\n- 🔢 **Mock development**: Easy to use mock development solution\n- ✅ **Usage**: No barriers to use with complete documentation and detailed comments\n\n## 📦 Install\n\n```bash\n$ git clone https://github.com/WinmezzZ/react-antd-admin.git\n$ cd react-antd-admin\n\n# npm\n$ npm install\n$ npm start\n\n# yarn\n$ yarn install\n$ yarn start\n```\n\n## 🔨 Build\n\n```bash\n# npm\n$ npm install\n$ npm run build\n\n# yarn\n$ yarn install\n$ yarn start\n```\n\nThis project default deploy on root site, if you want to deploy on a child site, you need to set the public path. In the `.env` file at the root of this project, add `PUBLIC_URL=YOUR_CHILD_PATH`.\n\n## 🖥 Browsers support\n\nModern browsers and Internet Explorer 10+.\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eIE / Edge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eSafari | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png\" alt=\"Opera\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eOpera | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png\" alt=\"Electron\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eElectron |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| IE11, Edge                                                                                                                                                                                                      | last 2 versions                                                                                                                                                                                                   | last 2 versions                                                                                                                                                                                               | last 2 versions                                                                                                                                                                                               | last 2 versions                                                                                                                                                                                           | last 2 versions                                                                                                                                                                                                       |\n\n## 🤝 Contributing\n\nWe very much welcome your contribution, you can build together with us in the following ways 😃\n\n- Use Ant Design Pro in your daily work.\n- Submit [GitHub issues](https://github.com/WinmezzZ/react-antd-admin/issues) to report bugs or ask questions.\n- Propose [Pull Request](https://github.com/WinmezzZ/react-antd-admin/pulls) to improve our code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinmezzz%2Freact-antd-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinmezzz%2Freact-antd-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinmezzz%2Freact-antd-admin/lists"}