# react-ts **Repository Path**: xiangwj/react-ts ## Basic Information - **Project Name**: react-ts - **Description**: react+typescript初始化项目搭建 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ts创建项目命令 ``` create-react-app my-app --scripts-version=react-scripts-ts ``` 启动命令 ``` npm start ```