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/ |