文件名称:react-kata-refacto:重构一个小的React应用
文件大小:209KB
文件格式:ZIP
更新时间:2024-04-18 14:00:21
TypeScript
React重构卡塔 :chequered_flag: 指示 作为团队中的新开发人员,我想重构电子商务公司网站的购物车页面。 :check_mark_button: 验收标准 清理代码 不要违反任何业务规则。 :thumbs_up: 有用的命令 `npm start`: Launch the page `npm test`: Launch the tests
【文件预览】:
react-kata-refacto-master
----package.json(1005B)
----package-lock.json(705KB)
----src()
--------models()
--------assets()
--------react-app-env.d.ts(40B)
--------logo.svg(3KB)
--------reportWebVitals.ts(425B)
--------pages()
--------index.tsx(513B)
--------components()
--------setupTests.ts(241B)
--------index.css(366B)
----tsconfig.json(535B)
----.gitignore(310B)
----public()
--------logo192.png(5KB)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------api()
--------logo512.png(9KB)
--------favicon.ico(4KB)
----README.md(321B)