文件名称:篮球场管理器:通过安排比赛来协调篮球场上球员队伍的应用程序
文件大小:64KB
文件格式:ZIP
更新时间:2024-03-14 02:24:43
Reason
原因React启动器 运行项目 npm install npm start # in another tab npm run server 在的浏览器中查看该应用程序。 在此环境中运行可提供热重载和路由支持。 只需编辑并保存文件,浏览器就会自动刷新。 要使用8000以外的PORT设置PORT环境变量( PORT=8080 npm run server )。 量产 npm run clean npm run build npm run webpack:production 这将替代开发工件build/Index.js以获得最佳版本,并将src/index.html复制到build/ 。 然后,您可以部署build目录的内容( index.html和Index.js )。 要启用清除死代码, bsconfig.json的package-specs module从"commonjs"更改
【文件预览】:
Basketball-Court-Manager-master
----.gitignore(74B)
----package.json(833B)
----package-lock.json(232KB)
----src()
--------components()
--------App.re(659B)
--------Index.re(90B)
--------types()
--------index.html(212B)
--------index.css(439B)
--------hooks()
----webpack.config.js(735B)
----README.md(917B)
----bsconfig.json(381B)