使用 create-react-app 工具。
create-react-app
创建普通模板:
npx create-react-app xxx
创建 TS 模板:
npx create-react-app xxx --template typescript