Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 561 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 561 Bytes

Movies Mobile

  • If you want to know how the API works, you should take a look of this repo: Movies API Project
  • This project (Movies Mobile) makes use of the project above which provide endpoints for this app.

Getting Started With The Mobile App

  • Download the repo:
$ git clone [email protected]:yasskate/movies_mobile.git
  • Install all the dependencies
$ cd movies_mobile && npm install

Run The App

iOS

$ react-native run-ios

Android

$ react-native run-android