food recipe
1.0.0

음식 레시피 앱 측면 프로젝트 빌드
$ git clone https://github.com/syahirdev/food-recipe.git
$ cd server
$ yarn install && yarn develop
food-recipe/client/.env 에 .env 파일을 추가하십시오 BASE_URL=http://192.168.x.x (replace with your own ip address)
참고 : Windows 용 IP 주소를 얻으려면 CMD를 열고
ipconfig삽입 한 다음 IPv4 주소를 Base_URL로 선택하십시오.
$ cd client
$ yarn install && yarn start
$ yarn android








