Hi guys! This is an app from Rocketseat GoStack Bootcamp. Here you can schedule haircuts with many barbers.
- 🟣 React-Native
- 🔵 TypeScript
- 🟢 Styled-Components
To run this app, first you need to run the GoBarber API. Once you have your API on, run the following commands to see your app.
- Installing dependences
yarn
- Installing iOS dependences (only if using iOS)
cd ios && pod install && cd ..
- Running app
yarn ios
or
yarn android