文件名称:jsonplaceholder-comments
文件大小:467KB
文件格式:ZIP
更新时间:2024-05-04 22:56:47
TypeScript
测试应用 CRA申请 主要技术-React,Redux(redux-saga),Typescript,Material-UI。 发展 安装依赖项-从根目录运行npm install : npm install 启动开发服务器: npm run start 建立应用程式: npm run build 档案结构 ./ ├── src/ │ ├── api/ │ ├── assets/ │ ├── shared/ - shared components │ ├── features/ - files divided by feature (e.g. auth, home, profile...) | │ ├── ... | │ └── {feature} | │ ├── (redux/)? | | | ├── actions
【文件预览】:
jsonplaceholder-comments-main
----.eslintrc.json(2KB)
----.env.example(19B)
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----.prettierignore(38B)
----src()
--------constants()
--------pages()
--------index.tsx(942B)
--------store()
--------shared()
--------styles()
--------assets()
--------ts-types()
--------features()
--------api()
--------react-app-env.d.ts(40B)
--------setupTests.ts(241B)
--------routes()
--------reportWebVitals.ts(425B)
----tsconfig.json(673B)
----.prettierrc(172B)
----README.md(2KB)
----.gitignore(328B)
----.eslintignore(97B)
----package-lock.json(1.54MB)
----package.json(2KB)