Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoyunhe/react-design-system
Which React design system is the best for your project?
https://github.com/guoyunhe/react-design-system
antd design-system material-ui react ui
Last synced: 3 days ago
JSON representation
Which React design system is the best for your project?
- Host: GitHub
- URL: https://github.com/guoyunhe/react-design-system
- Owner: guoyunhe
- Created: 2023-08-19T02:49:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T14:25:58.000Z (about 1 year ago)
- Last Synced: 2023-08-23T16:08:38.974Z (about 1 year ago)
- Topics: antd, design-system, material-ui, react, ui
- Language: TypeScript
- Homepage: https://react-design-system.guoyunhe.me
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Design System: Which to Choose
Objective benchmarks and comparsions for various React design systems.
https://react-design-system.guoyunhe.me/
## Collection Standard
1. Open Source
2. NPM downloads > 100k/week## Get Started
### Local Development
```bash
cp .env.example .env
npm install
npm start
```### Production Deployment
```bash
cp .env.example .env # Skip this step when deploy on Netlify etc.
npm install
npm run build
```## Technology Stack
- [vite](https://vitejs.dev/) - the build system
- [typescript](https://typescriptlang.org/) - the programming language
- [react](https://reactjs.org/) - the user interface framework
- [react-router](https://reactrouter.com/) - the routing library for single-page-application
- [mui](https://mui.com/) - the design system and component library
- [vitest](https://vitest.dev/) - the unit test runner
- [testing-library](https://testing-library.com/) - the unit test toolkit for react## About The Template
This app is generated from https://github.com/guoyunhe/mui-app-template
Issues and pull requests are always welcome.
Other front-end templates:
- https://github.com/guoyunhe/antd-app-template
- https://github.com/guoyunhe/antd-mobile-app-templateAnd back-end templates:
- https://github.com/guoyunhe/adonis-api-template