React应用程序初始化

该项目使用Create React App进行初始化。您可以通过运行以下脚本在项目目录中启动应用程序:

  • yarn start:以开发模式运行应用程序,可在浏览器中实时查看,并支持页面重新加载。

  • yarn test:以交互式监视模式启动测试运行程序。

  • yarn build:构建生产版本到应用程序的build文件夹中。它会正确捆绑React,并优化构建以实现最佳性能。构建文件名包含哈希以最小化大小。

请注意:yarn eject是单向操作,执行后无法撤销。此命令用于删除单个构建依赖项,并暴露所有配置文件和传递依赖项。

zip
sockets-quiz-frontend-master.zip 预估大小:22个文件
folder
sockets-quiz-frontend-master 文件夹
folder
public 文件夹
file
manifest.json 492B
file
index.html 2KB
file
robots.txt 67B
file
favicon.ico 4KB
file
logo512.png 9KB
file
logo192.png 5KB
file
yarn.lock 497KB
folder
src 文件夹
file
index.tsx 500B
folder
views 文件夹
file
Room.tsx 2KB
file
logo.svg 3KB
file
index.css 366B
file
App.test.tsx 273B
file
App.tsx 850B
folder
hooks 文件夹
file
hooks.ts 1KB
file
react-app-env.d.ts 40B
file
setupTests.ts 241B
file
reportWebVitals.ts 425B
file
tsconfig.json 535B
file
README.md 2KB
file
.gitignore 310B
file
package-lock.json 719KB
file
package.json 1KB
zip 文件大小:320.26KB