文件名称:DT_TESTTASK:今日针对开发人员的测试任务
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-08 23:33:39
TypeScript
今日针对开发人员的测试任务 安装与运行 导航到项目文件夹,然后运行以安装和运行应用程序: yarn install yarn run build && yarn start 现场演示
【文件预览】:
DT_TESTTASK-main
----README.MD(268B)
----.babelrc(87B)
----next.config.js(238B)
----package.json(1KB)
----prettier.config.js(125B)
----.eslintrc.js(1KB)
----pages()
--------_app.tsx(328B)
--------index.tsx(772B)
--------posts()
----tsconfig.json(579B)
----next-env.d.ts(75B)
----interfaces()
--------IPost.tsx(236B)
----.gitignore(49B)
----components()
--------PostList.tsx(664B)
--------Header.tsx(1KB)
--------index.tsx(155B)
--------PostComponent.tsx(3KB)
----styles()
--------globals.css(130B)
----public()
--------index.html(389B)
----store()
--------reducers()
--------constants()
--------hooks.tsx(526B)
--------store.tsx(629B)
--------actions()