Skip to content

luansingjavier/productlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published