React 应用开发流程

本教程提供 React 应用开发生命周期中常用脚本的指南:

  • yarn start:在开发模式下运行应用程序。
  • yarn test:在交互式监视模式下启动测试运行程序。
  • yarn build:将生产版本构建到应用程序 build 文件夹中。
  • yarn eject:将构建工具和配置选项直接复制到项目中(注意:此操作不可逆)
zip
simple-mern-blog-master.zip 预估大小:19个文件
folder
simple-mern-blog-master 文件夹
file
.gitignore 310B
file
package.json 1KB
folder
server 文件夹
folder
Article 文件夹
file
article.model.js 198B
file
router.js 787B
file
server.js 763B
folder
src 文件夹
folder
components 文件夹
folder
articles 文件夹
file
Article.jsx 522B
file
Articles.jsx 144B
folder
Article.css 文件夹
file
ArticleForm.jsx 2KB
file
setupTests.js 255B
file
index.js 528B
file
App.js 745B
file
serviceWorker.js 5KB
file
App.test.js 280B
folder
public 文件夹
file
robots.txt 67B
file
index.html 2KB
file
manifest.json 189B
file
README.md 3KB
file
yarn.lock 477KB
zip 文件大小:193.63KB