day 1 创建ts项目 选择项目的文件夹,打开终端 npx create-react-app jira --template typescript 运行初始化项目 cd jira 然后运行 yarn start