Yummify - WIP 🚧

April 30, 2022 · View on GitHub

Yummify - WIP 🚧

author languages

About the project   |    Installation   |    Getting Started   |    Built with   


preview       preview2       preview3      


:closed_book: About the project

Mobile application for customers which is responsible for managing fast food deliveries at home. It has authentication, shopping cart, location, payments, among other common features in a delivery app.

:construction_worker: Installation

You need to install Node.js, Yarn & Android SDK first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/JuanGabriel2960/yummify.git

Or via SSH:

git clone git@github.com:JuanGabriel2960/yummify.git

Install dependencies

yarn install

:rocket: Getting Started

npx react-native start

Start the Metro console bundler, the JavaScript bundler that ships with React Native. Metro "takes in an entry file and various options, and returns a single JavaScript file that includes all your code and its dependencies."

npx react-native run-android

Let Metro Bundler run in its own terminal. Open a new terminal inside the React Native project folder and run npx react-native run-android. If everything is set up correctly, you should see your new app running in your Android emulator shortly.

:hammer: Built With