React项目初始化指南

使用Create React App进行项目初始化。在项目目录中,可以通过运行yarn start命令以开发模式启动应用程序。在浏览器中打开以查看,并在编辑时自动重新加载。运行yarn test以启动测试运行程序,进入交互式监视模式。运行yarn build以构建生产版本到应用程序的build文件夹中,该版本在生产模式下正确捆绑了React,并对构建进行了优化以获得最佳性能。项目初始化后,可使用yarn eject命令将配置文件暴露出来,但请注意这是不可逆转的操作。

zip
new_react_portfolio-master.zip 预估大小:17个文件
folder
new_react_portfolio-master 文件夹
file
.gitignore 310B
file
package.json 883B
file
package-lock.json 628KB
folder
src 文件夹
file
setupTests.js 241B
file
index.js 500B
file
App.js 286B
file
reportWebVitals.js 362B
file
App.css 586B
file
index.css 366B
file
App.test.js 246B
file
myWhy.jpg 151KB
folder
public 文件夹
file
robots.txt 67B
file
index.html 2KB
file
favicon.ico 4KB
file
manifest.json 306B
file
README.md 3KB
file
yarn.lock 495KB
zip 文件大小:508.96KB