# react-template **Repository Path**: pingqizhendi/react-template ## Basic Information - **Project Name**: react-template - **Description**: react开发模板,基于cra-template-rb创建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-17 - **Last Updated**: 2022-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 技术栈 - react 18.x - react-router-dom (react-router-config) - redux (reduxjs/toolkit、redux-persist) - styled-components - react-i18n - typescript - antd - fetch --- ## 使用模板 https://cansahin.gitbook.io/react-boilerplate-cra-template/ Create React App with the template ```shell yarn create react-app --template cra-template-rb my-app ``` Remove the example app to start your project! ```shell yarn cleanAndSetup ```