React Redux项目开发指南

该项目提供了通过脚本在项目目录中运行应用程序的能力。运行 `npm start` 可以在开发模式下启动应用程序,通过浏览器查看。在编辑页面时,页面将自动重新加载,同时在控制台中显示任何错误信息。使用 `npm test` 可以在交互式监视模式下启动测试运行程序。运行 `npm run build` 将生产构建输出到 `build` 文件夹中,在生产模式下优化了React,并进行了构建性能优化。构建文件名包含哈希以确保最小化构建。项目还包含了 `npm run eject` 命令,可以将所有配置文件和依赖复制到项目中,用于满足个性化配置需求。请注意,一旦执行 `eject` 操作,将无法撤销此操作。
zip
modern_react_and_redux-master.zip 预估大小:12个文件
folder
modern_react_and_redux-master 文件夹
file
.eslintrc.yml 339B
file
package.json 978B
file
index.jsx 1B
file
package-lock.json 564KB
file
.gitignore 310B
folder
public 文件夹
file
logo192.png 5KB
file
manifest.json 492B
file
robots.txt 67B
file
index.html 2KB
file
logo512.png 9KB
file
favicon.ico 3KB
file
README.md 3KB
zip 文件大小:169.91KB