React应用入门指南

这个项目是通过Create React App实现的。在项目目录中,您可以运行以下可用脚本:- yarn start:以开发模式启动应用程序,打开浏览器查看。- yarn test:启动测试运行程序,进入交互式监视模式。- yarn build:构建生产应用程序到build文件夹中,包括React的正确捆绑和性能优化。构建后的文件已最小化并包含哈希。您可以准备部署您的应用了!- yarn eject:请注意,此操作不可逆!如果对构建工具和配置不满意,可以执行此命令。它将从项目中移除单个构建依赖项,并暴露所有配置文件和传递依赖项(如webpack,Babel,ESL)。

zip
udemy_react-master.zip 预估大小:18个文件
folder
udemy_react-master 文件夹
file
.gitignore 310B
file
package.json 819B
folder
src 文件夹
folder
components 文件夹
file
header.jsx 170B
file
Person.jsx 885B
file
cards.jsx 1KB
folder
assets 文件夹
file
JABALI5.jpg 25KB
file
index.js 221B
file
App.js 4KB
file
App.css 564B
file
index.css 366B
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 2KB
file
favicon.ico 4KB
file
manifest.json 492B
file
logo512.png 9KB
file
README.md 3KB
file
yarn.lock 495KB
zip 文件大小:239.24KB