# react-template **Repository Path**: coder-yl/react-template ## Basic Information - **Project Name**: react-template - **Description**: react-template - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-10 - **Last Updated**: 2023-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, Ant-Design, TypeScript ## README # 项目描述 ## 名称 React模板(React template) ## 用途 用于日常工作中项目框架搭建支撑,快速搭建项目 ## 使用 1. 直接克隆拉取 ```sh git clone https://gitee.com/coder-yl/react-template.git ``` 2. 脚手架管理,本项目也可通过mix-create-app脚手架进行管理开发 ```sh npm install -g mix-create-app mca create my-app ```