https://github.com/santospatrick/marvel-api-mobile
:eyeglasses: 📱 Consuming Marvel API with React Native
https://github.com/santospatrick/marvel-api-mobile
javascript marvel-api mobile-app react-native reactjs
Last synced: about 2 months ago
JSON representation
:eyeglasses: 📱 Consuming Marvel API with React Native
- Host: GitHub
- URL: https://github.com/santospatrick/marvel-api-mobile
- Owner: santospatrick
- Created: 2019-12-13T22:51:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:00:54.000Z (over 2 years ago)
- Last Synced: 2025-03-18T18:06:35.880Z (2 months ago)
- Topics: javascript, marvel-api, mobile-app, react-native, reactjs
- Language: JavaScript
- Homepage:
- Size: 15.1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marvel-api-mobile
> Consuming Marvel API with React Native
![]()
![]()
![]()
## Setup
1. Crie um arquivo `.env` a partir do `.env.example` e preencha as variáveis corretamente
2. Rode o ambiente localmente
```bash
# Instale as dependências
yarn install# Instale a CLI do react native
yarn global add react-native-cli# iOS
react-native run-ios --simulator "iPhone X"# Android
react-native run-android
```