文件名称:CruzHacks2021DevChallengeFrontend
文件大小:276KB
文件格式:ZIP
更新时间:2024-03-26 11:03:41
TypeScript
CruzHacks 2021-2022前端工程挑战 设定与安装 此React应用是使用打字稿和纱线开发的。 该应用程序旨在与以下后端一起运行。 https://github.com/krishnakpandian/CruzHacks2021DevChallengeBackend 您可以在此处访问实时站点。 git clone https://github.com/krishnakpandian/CruzHacks2021DevChallengeFrontend.git 运行yarn安装所需的模块 添加带有以下信息的dotenv REACT_APP_BACKEND=www.endpoint.url 怎么跑 经Node v10.15.1测试 运行App yarn start 运行测试yarn test 创建构建yarn build 设计改进 前端挑战相当容易,我尝试设计一个易于使
【文件预览】:
CruzHacks2021DevChallengeFrontend-master
----public()
--------manifest.json(520B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------404.html(2KB)
--------logo192.png(5KB)
----yarn.lock(548KB)
----.firebaserc(59B)
----src()
--------index.tsx(500B)
--------Props()
--------Components()
--------logo.svg(3KB)
--------index.css(366B)
--------App.scss(586B)
--------App.test.tsx(1KB)
--------Request()
--------Routes()
--------App.tsx(222B)
--------react-app-env.d.ts(40B)
--------setupTests.ts(241B)
--------Views()
--------reportWebVitals.ts(425B)
----firebase.json(133B)
----tsconfig.json(535B)
----README.md(3KB)
----.gitignore(315B)
----package.json(1KB)