Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.62 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.62 KB

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.