foodhub
foodhub copied to clipboard
React Native Project FoodHub
Demo (Youtube video)
Introduction
FoodHub - React Native application for food delivering

Installation
Clone my repo
git clone https://github.com/iamvucms/foodhub.git
cd foodhub
Use the package manager npm
yarn
cd ios && pod install
Setup Backend
Check out FoodHub-Backend
Usage
#run on ios
react-native run-ios
#run on android
react-native run-android
Don't forget to update URL in axios.js when you run on devices
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.