ReactJS快速入门2021:适合新手的React JS速成课程-Travery Media教程

通过Create React App项目快速入门。在项目目录中,可以通过运行以下可用脚本启动应用程序: - yarn start:在开发模式下运行应用程序,即时查看效果,并在编辑时页面将重新加载。 - yarn test:启动测试运行程序,可在交互式监视模式下运行。 - yarn build:构建生产应用程序,将文件打包至build文件夹中,React已正确捆绑并优化以获得最佳性能。应用已准备好部署! - yarn eject:警告:此操作不可逆!如果对构建工具和配置不满意,可执行eject操作,将删除单个构建依赖项,保留配置文件和传递依赖项。

zip
ReactJS-Crash-Course-2021-main.zip 预估大小:21个文件
folder
ReactJS-Crash-Course-2021-main 文件夹
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
database 文件夹
file
db.json 500B
folder
src 文件夹
file
index.css 2KB
folder
components 文件夹
file
AddTask.js 2KB
file
About.js 210B
file
Button.js 458B
file
Tasks.js 389B
file
Footer.js 227B
file
Header.js 692B
file
Task.js 547B
file
App.js 3KB
file
reportWebVitals.js 362B
file
index.js 500B
file
README.md 3KB
file
.gitignore 391B
file
package.json 1010B
zip 文件大小:29.5KB