React
小于 1 分钟
创建 React 项目
使用 create-react-app
工具。
创建普通模板:
npx create-react-app xxx
创建 TS 模板:
npx create-react-app xxx --template typescript
使用 create-react-app
工具。
创建普通模板:
npx create-react-app xxx
创建 TS 模板:
npx create-react-app xxx --template typescript