/rocket-shoes-mobile

React native marketplace app with hooks

Primary LanguageJavaScriptMIT LicenseMIT

Rocket-shoes

Rocketseat bootcamp gostack 9.0 challenge 08

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