# cra-template-yzl-typescript **Repository Path**: leaf-deer/cra-template-yzl-typescript ## Basic Information - **Project Name**: cra-template-yzl-typescript - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-08 - **Last Updated**: 2022-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cra-template-yzl-typescript ------ React-Templete⛳️ ------ This is TypeScript template for Create React App. To use this template, add `--template cra-template-yzl-typescript` when creating a new app. ------ ## Dependencies📚 : * react18 * typescript * react-router-dom v6 * axiox * prettier For example: ```sh create-react-app my-app --template cra-template-yzl-typescript # or npx create-react-app my-app --template cra-template-yzl-typescript # or yarn create react-app my-app --template cra-template-yzl-typescript ``` ------