https://github.com/fnoquiq/gobarber-mobile
[GoStack] GoBarber MOBILE
https://github.com/fnoquiq/gobarber-mobile
gostack react rocketseat
Last synced: 3 months ago
JSON representation
[GoStack] GoBarber MOBILE
- Host: GitHub
- URL: https://github.com/fnoquiq/gobarber-mobile
- Owner: fnoquiq
- License: mit
- Created: 2020-08-24T19:54:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T16:38:43.000Z (over 4 years ago)
- Last Synced: 2025-01-02T11:41:56.856Z (5 months ago)
- Topics: gostack, react, rocketseat
- Language: TypeScript
- Homepage:
- Size: 6.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
:heavy_check_mark: #GoBarber Mobile :rocket: :heavy_check_mark:### Iniciar emulador
```bash
# Entre na pasta mobile
$ cd gobarber-mobile# Instale as dependências
$ yarn install# Dentro da pasta ios
$ pod install# Inicie o emulador IOS
$ yarn ios# OU
# Inicie o emulador ANDROID
$ yarn android```
![]()