Folder "client"
- buka terminal
- sudo gem install cocoapods
- cd ios, lalu jalankan "pod install"
- cd ..
- react-native run-ios
- documentation : https://facebook.github.io/react-native/docs/getting-started
Folder "api"
- docker-compose build (build)
- docker-compose up (start)
- docker-compose down (stop)
- docker ps (check docker run)
- docker exec -it [NAME_CONTAINER] bash (Masuk ke terminal container)
Cara install react-native :
- npm install -g react-native-cli
- react-native init client