Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.43 KB

README.md

File metadata and controls

71 lines (40 loc) · 1.43 KB

Product List

Install Back-End Dependencies

Open a new terminal from the root of your React Native project. Run the following command

$ cd backend && yarn install

Run Back-End Application

Run the following command to start your backend node

$ node app.js

Note: Make sure you have completed the React Native - Environment Setup before proceeding.

Install Front-End Dependencies

Open a new terminal from the root of your React Native project. Run the following command

$ yarn install

Run Application

Run the following command to start your Android, iOS and Web app:

For iOS

$ yarn ios

For Android

$ yarn android

For Web

$ yarn web

Sample Screenshots

Product List

Screenshot 2023-10-15 at 21 41 41

Product Details

Screenshot 2023-10-15 at 21 42 11

Add Product

Screenshot 2023-10-15 at 21 44 21

View Ingredients

Screenshot 2023-10-15 at 21 45 19