Skip to content

vcjpierre/foodfinder

Repository files navigation

FoodFinder 🍴

A food finder app using React Native

Maintained:yes PRs Welcome

Getting Started πŸš€

  1. Clone and Install
# Clone the repo
git clone https://github.com/vcjpierre/foodfinder.git

# Navigate to clonned folder and Install dependencies
cd foodfinder && yarn install

# Install Pods
cd ios && pod install
  1. Open in your emulator

Run this command to start the development server and to start your app on the emulator:

yarn start
yarn android

Or, if you prefer iOS:

yarn start
yarn ios

Packages Used

Contributing

If you find any problems, please open an issue or submit a fix as a pull request.