food recipe
1.0.0
A food recipe app side project build with
$ git clone https://github.com/syahirdev/food-recipe.git
$ cd server
$ yarn install && yarn develop
food-recipe/client/.envBASE_URL=http://192.168.x.x (replace with your own ip address)
Note: to get the ip address for windows, open cmd and insert
ipconfig, then select ipv4 address as the base_url.
$ cd client
$ yarn install && yarn start
$ yarn android





