文件名称:redux:使用redux
文件大小:666KB
文件格式:ZIP
更新时间:2024-06-11 01:12:54
redux react-native json-server JavaScript
与世博会合作开发的项目 :desktop_computer: :vibration_mode: 管理应用程序状态对于正常运行至关重要 使用Redux模拟电子商务购物车的项目 安装 在您的终端中,使用以下命令: git clone https://github.com/Ralisson-Mattias/redux 将项目复制到计算机后,使用expo install或yarn install命令安装必要的依赖项 运行应用 使用yarn json-server db.json -w命令yarn json-server db.json -w启动json-server 请注意, api.js配置为在http://10.0.2.2:3000上运行,此设置用于在android模拟器上运行,对于ios模拟器,请使用命令http://localhost:3000而不是http://10.0.2.2:3000 根据您的需要正常启动项目 链接 奖金->使用抽奖动画
【文件预览】:
redux-master
----.gitignore(118B)
----README.md(1KB)
----package.json(1KB)
----src()
--------components()
--------services()
--------utils()
--------pages()
--------index.js(243B)
--------routes.js(2KB)
--------store()
----.expo-shared()
--------assets.json(155B)
----app.json(642B)
----App.js(264B)
----babel.config.js(107B)
----yarn.lock(328KB)
----assets()
--------adaptive-icon.png(17KB)
--------gradientBall.json(33KB)
--------market.png(1KB)
--------splash.png(47KB)
--------favicon.png(1KB)
--------icon.png(22KB)
--------empty.json(23KB)
--------fromReadme()
----db.json(1KB)