创建 React 应用指南

使用 Create React App 可轻松创建 React 应用。脚本:

  • npm start:在开发模式下启动应用程序,并在浏览器中打开。编辑页面后自动刷新,控制台中显示错误。
  • npm test:启动交互式监视模式下的测试运行程序。
  • npm run build:在生产模式下构建应用程序,并将其优化为高性能版本。
  • npm run eject:谨慎使用,此操作不可逆转。它将从项目中删除构建依赖项,转而使用所有配置文件和传递依赖项。
zip
task_tracker_react-master.zip 预估大小:19个文件
folder
task_tracker_react-master 文件夹
file
.gitignore 310B
file
README.md 3KB
folder
public 文件夹
file
manifest.json 492B
file
robots.txt 67B
file
logo192.png 5KB
file
logo512.png 9KB
file
index.html 2KB
file
favicon.ico 4KB
file
package.json 821B
folder
src 文件夹
folder
components 文件夹
file
Header.js 284B
file
index.css 366B
file
App.test.js 246B
file
reportWebVitals.js 362B
file
App.css 564B
file
index.js 500B
file
setupTests.js 241B
file
App.js 178B
file
logo.svg 3KB
file
package-lock.json 1.44MB
zip 文件大小:359.78KB