项目创建命令
npx create-react-app jira --template typescript
目录 注释
src 目录
app.test.tsx 页面内容
react-app-env.d.ts Tyscript 的类型
reportWebVitals 埋点上报
setup 配置单元测试
public 目录
index 打包的主页面
manifest.json 配置 pwa 的加载情况
robots.txt 允许爬虫抓取的页面
其他文件
gitinore git 上传时的不上传的文件 在这里配置
package.json 项目名 依赖 “scripts”
tsconfig,json tyscript 的配置文件
转载:https://blog.csdn.net/qq_43141894/article/details/115608439
查看评论