React应用程序开发指南

创建React应用程序入门项目,可以在项目目录中使用以下脚本运行:
npm start:在开发模式下运行应用程序。打开浏览器查看页面,编辑时页面将自动重新加载,控制台中会显示任何错误信息。
npm test:在交互模式下启动测试运行程序,详细信息请参见相关文档。
npm run build:将应用程序构建到生产模式,并优化构建以达到最佳性能。生成的构建文件经过最小化处理,并包含哈希值。应用程序已准备好部署,详细信息请参见相关文档。
npm run eject:请注意,这是一种不可逆的操作。如果对构建工具和配置不满意,可以执行此命令。它会将所有配置文件和依赖项从项目中移除,替换为直接依赖(如webpack和Babel)。
zip
VideoView-main.zip 预估大小:22个文件
folder
VideoView-main 文件夹
file
.eslintcache 3KB
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
folder
src 文件夹
file
logo.svg 3KB
file
index.css 366B
folder
components 文件夹
file
settings.jsx 220B
file
people.jsx 340B
file
chat.jsx 212B
file
App.js 15KB
file
reportWebVitals.js 362B
file
App.test.js 246B
file
setupTests.js 241B
file
App.css 2KB
file
index.js 219B
file
README.md 3KB
file
.gitignore 310B
file
package-lock.json 676KB
file
package.json 843B
zip 文件大小:196.95KB