文件名称:Catch-Of-The-Day
文件大小:591KB
文件格式:ZIP
更新时间:2024-03-28 19:24:56
CSS
赶上一天 :lobster: 这是一个单页面的React App,允许用户管理在线海鲜市场的库存和订单! 安装 - git clone https://github.com/Ben-893/Catch-Of-The-Day && cd Catch-Of-The-Day - npm install 注意-依赖项之一是Xcode。 安装时,如果遇到错误消息gyp: No Xcode or CLT version detected! 请执行以下操作: 在终端执行xcode-select --install 。 删除“当天捕获”文件夹中的“ node_modules”文件夹。 再次执行npm install 。 使用 - npm start
【文件预览】:
Catch-Of-The-Day-main
----package.json(1KB)
----now.json(644B)
----package-lock.json(980KB)
----src()
--------css()
--------helpers.js(2KB)
--------index.js(195B)
--------sample-fishes.js(2KB)
--------components()
----.gitignore(12B)
----public()
--------images()
--------index.html(369B)
--------favicon.ico(24KB)
----README.md(624B)