Skip to content

This is a Medicine delivery application build with React Native

Notifications You must be signed in to change notification settings

tanjil072/MedicineSheba

Repository files navigation

MedicineSheba

This is a Medicine delivery app like the UBER,FOOD PANDA build with React Native in the frontend & Node js in the backend.

How to run:

If you have already setup the environment for React Native you don't need to follow the setup instructions. You can start from Installing Dependencies

Environment Setup:

First of all you have to setup the environment for React Native. To do so follow the link below:
https://reactnative.dev/docs/environment-setup
Remember to follow the React Native CLI Quickstart instructions.

After finishing the setup of React Native, clone the git or just download the ZIP file

Installing Dependencies:

Run "npm install" in project folder with Powershell/VScode terminal.

it will install all the dependencies in the node_modules folder.

Running the app:

After installing all the modules run react-native run-android command in Visual Studio Code terminal/powershell in project folder & Boom you have successfully run the app.
Thanks