Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 696 Bytes

File metadata and controls

28 lines (19 loc) · 696 Bytes

GitHub Explorer App

Learning React Native using GitHub API, project developed in the course of RocketSeat.

Prerequisites

Install

  1. Open Terminal
  2. Clone this repository
  3. Go to the project folder
  4. Install dependencies
git clone https://github.com/adrianomarquess/githubexplorer.git
cd githubexplorer
npm install

Run

react-native start

react-native run-ios or react-native run-android