# react-ts-doc **Repository Path**: wrj1991/react-ts-doc ## Basic Information - **Project Name**: react-ts-doc - **Description**: React+Ts入门开发文档 简书:https://www.jianshu.com/p/f65df27f77c4 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-17 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 介绍 React+Ts入门开发文档(由于采用的是typescript所以本项目使用的严格模式,不推荐全any) 简书:https://www.jianshu.com/p/f65df27f77c4 #### 软件架构 React + TypeScript #### 特技 1. create-react-app 脚手架 2. node-sass 使用scss编写样式 3. Ant Design UI 库 4. react-app-rewired 按需引入组件库 5. react-router-dom 路由使用(V6写法,和V5还是有点出入的) #### 安装教程 1. git clone https://gitee.com/wrj1991/portable-system.git 2. npm install 3. npm run start #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request