文件名称:marvel-spa-app:由React制作的应用程序,它使用Marvel API来获取一些字符
文件大小:637KB
文件格式:ZIP
更新时间:2024-04-25 14:31:46
react react-router styled-components reactjs marvel
React&Marvel API 该项目是通过。 安装 首先,您需要克隆,然后运行以下命令以安装所有依赖项: yarn install 跑步 要运行项目,执行: yarn start 在开发模式下运行应用程序。 打开在浏览器中查看它。 !重要的 此应用程序使用环境变量作为 apikey,所以你需要包括.env具有下列文件.env.sample文件: SKIP_PREFLIGHT_CHECK=true REACT_APP_MARVEL_SERVICE_ENDPOINT=https://gateway.marvel.com/ REACT_APP_MARVEL_API_KEY={YOUR_API_PUBLIC_KEY} !!! DOT不提交您的.env文件 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 测验 此应用程序提供了端到端测试。 跑步: yarn test:
【文件预览】:
marvel-spa-app-main
----.eslintrc(3KB)
----.lintstagedrc(81B)
----jsconfig.json(115B)
----package.json(3KB)
----cypress()
--------plugins()
--------support()
--------integration()
--------fixtures()
----.prettierrc(158B)
----.prettierignore(101B)
----.env.sample(155B)
----src()
--------hooks()
--------index.js(492B)
--------reportWebVitals.js(364B)
--------assets()
--------routes()
--------contexts()
--------serviceWorker.js(5KB)
--------pages()
--------setupTests.js(428B)
--------components()
--------styles()
--------services()
--------utils()
----netlify.toml(53B)
----.huskyrc(82B)
----__mocks__()
--------styleMock.js(21B)
--------fileMock.js(21B)
----.gitignore(368B)
----cypress.json(109B)
----public()
--------logo192.png(5KB)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------logo512.png(9KB)
--------favicon.ico(3KB)
----README.md(2KB)
----yarn.lock(572KB)
----.eslintignore(127B)
----.editorconfig(503B)