/rocket-shoes

React native marketplace app with redux

Primary LanguageJavaScriptMIT LicenseMIT

rocketShoes

Rocketseat bootcamp gostack 9.0 challenge 07

Getting Started

Cloning the Repository

$ git clone https://github.com/felipescunha/rocketShoes.git
$ cd rocketShoes/mobile

Installing depedencies

$ yarn
 cd ios && pod install && cd ..

Running

with dependencies installed run code lines below

json-server server.json -p 3333
$ react-native run-ios