Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

:eyeglasses: 📱 Consuming Marvel API with React Native

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