文件名称:rick-and-morty-characters:使用Typescript,React和Redux Saga显示Rick&Morty角色列表
文件大小:1.13MB
文件格式:ZIP
更新时间:2024-03-28 14:18:04
TypeScript
瑞克和莫蒂角色 这是一个示例项目,是公司任务分配的一部分,由Typescript , React , Redux , Redux Saga Typescript ,并由Jest , React Testing Library和Cypress进行了React Testing Library 。 您可以看到此应用程序的。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。 您的应用已准备好进行部署! 有
【文件预览】:
rick-and-morty-characters-master
----.gitignore(330B)
----package.json(2KB)
----package-lock.json(731KB)
----src()
--------api()
--------components()
--------react-app-env.d.ts(40B)
--------selectors()
--------assets()
--------logo.svg(3KB)
--------utils()
--------constants()
--------reducers()
--------setupTests.ts(241B)
--------Main.tsx(1010B)
--------actions()
--------index.css(366B)
--------sagas()
--------store()
--------index.tsx(501B)
--------reportWebVitals.ts(425B)
--------App.tsx(303B)
----cypress.json(3B)
----jest.config.js(85B)
----public()
--------robots.txt(67B)
--------logo192.png(5KB)
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(492B)
--------logo512.png(9KB)
----tsconfig.json(610B)
----.eslintrc.js(2KB)
----README.md(2KB)
----.eslintcache(15KB)
----.vscode()
--------settings.json(3B)
----.prettierrc(128B)
----cypress()
--------integration()
--------support()
--------plugins()
--------fixtures()