React应用创建与部署指南

通过Create React App入门项目,可使用以下脚本在项目目录中运行:`npm start`在开发模式下启动应用程序,在浏览器中查看效果。编辑代码时页面会自动重新加载,并在控制台中显示任何lint错误。`npm test`在交互式监视模式下启动测试运行器。更多信息请参阅相关部分。`npm run build`将生产版本构建到应用程序的build文件夹,使用生产模式正确捆绑React,并优化构建以获得最佳性能。生成的文件已最小化,并包含哈希值,应用已准备好部署。更多信息请参阅相关部分。`npm run eject`注意:这是不可逆操作。eject后无法回退!如果对构建工具和配置不满意,可随时eject。此命令将移除项目中的单个构建依赖项,改为将所有配置文件和传递依赖项(如webpack,Babel,ESLint)移至项目中。
zip
GST_Invoice_Generator-master.zip 预估大小:13个文件
folder
GST_Invoice_Generator-master 文件夹
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
src 文件夹
file
App.js 158B
file
reportWebVitals.js 362B
file
index.js 478B
file
README.md 3KB
file
.gitignore 310B
file
package-lock.json 708KB
file
package.json 916B
zip 文件大小:195.96KB