iFood JovemDEV
1.0.0
Gustavo Noronha开发的申请
对于Live Do Youngdev官方网站。
第一步:项目克隆。
您可以在以下URL中下载或克隆我的项目。
# crie um novo repositório e baixe o projeto
ifood clone interface https://github.com/GustavoNoronha/ifood-live-completo运行软件包。
您可以使用纱线或NPM进行此操作。
npm install ou
yarn install运行JSON服务器!
您必须执行JSON服务器以访问图像和其他服务器!
_
Para instalar o Json Server / yarn : yarn add json-server ou
Para instalar o Json Server / npm : npm install json-server现在,我们需要运行JSON服务器以稍后访问我们的“ API”!
Para executar o Json Server: npx json-server --H 192.168.0.12 -p 3333 server.json请注意,本地IP 192.168.0.12是我的,您应该替换为您的IP,知道您的IP应该转到CMD并键入以下命令:
ipconfig注意:选择选项:IPv4地址。
更改API路径!

使用博览会运行该项目!现在我们需要执行该项目!
expo start
用博览会测试项目!
执行EXPO后,只需扫描QR码或在浏览器中运行!

了解该项目 / SRC的结构
├── src
├── assets
├── componentes
├── endereco
index.js
styles.js
├── categorias
├── cupom
├── cabecalho
├── pesquisa
├── ofertas
├── promocoes
├── restaurantes
├── sugestoes
├── pages
├── home
├── delivery
├── services
api.js
├── utils
routes.js
| 上诉 | 关联 |
|---|---|
| 纱 | https://yarnpkg.com/ |
| NPM | https://www.npmjs.com/ |
| 网站 | https://www.jovemdev.com.br/ |
| https://www.instagram.com/jovemdev.oficial/ | |
| YouTube | https://www.youtube.com/channel/uc_ahwgnm0yxyc2ldhjcregg |
| Instagram(个人) | https://www.instagram.com/gustavonoronha0/ |