📜  如何使用 typescript 安装 react - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:28.907000             🧑  作者: Mango

代码示例4
npx create-react-app my-app --template typescript
# or #
yarn create react-app my-app --template typescriptCopy