# create-pcuc-react-app **Repository Path**: pcuc/create-pcuc-react-app ## Basic Information - **Project Name**: create-pcuc-react-app - **Description**: 脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-07 - **Last Updated**: 2024-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 生成react+ts项目脚手架 ## 如何使用 ```bash $ npm init pcuc-react-app my-app ``` or ```bash $ npx create-pcuc-react-app my-app ``` or ``` $ npm install create-pcuc-react-app -g $ create-pcuc-react-app my-app ```