# tdesign-react-starter **Repository Path**: anydev/tdesign-react-starter ## Basic Information - **Project Name**: tdesign-react-starter - **Description**: A starter-kit for TDesign React UI components - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dependabot/npm_and_yarn/eslint-config-prettier-9.0.0 - **Homepage**: https://tdesign.tencent.com/starter/react/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-12 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: 后台管理模板, React ## README

TDesign Logo

node compatibility License

English | [简体中文](./README-zh_CN.md) ### Introduction TDesign React Starter is a TDesign-based project developed with `React`, `Vite`. It can be customized theme configuration, and aims to provide project out-of-the-box, configuration-style middle and background projects.

Live Preview · Documentation

### Features - Various provided pages for develop - Complete directory structure for develop - Code specification configuration - Support dark mode - Custom theme colors - Various space layouts - Mock data scheme ### Usage > Initialize project with our CLI tool `tdesign-starter-cli` ```bash ## install tdesign-starter-cli npm i tdesign-starter-cli@latest -g ## create project td-starter init ``` ### Develop ```bash ## install dependencies npm install ## set up npm run dev ``` ### Build ```bash ## build npm run build ## build for test npm run build:test ``` ### Contributing Guide We welcome contributions to our project. Create your [Issue](https://github.com/tencent/tdesign-react-starter/issues/new/choose) or Submit your [Pull Request](https://github.com/Tencent/tdesign-react-starter/pulls). #### Pull Request 1. Fork it! 2. Create your branch: `git checkout -b feat/xxxx` 3. Commit: `git commit -a 'feat(project): describe'` 4. Push: `git push origin feat/xxxx` 5. New Pull Request `pull request` #### Commit Specification - [Angular Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) ### Compatibility | [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 | ### License The MIT License. Please see [the license file](LICENSE) for more information.