https://github.com/mrsaeeddev/product-details-app
A React Native app with dummy Ecommerce products
https://github.com/mrsaeeddev/product-details-app
Last synced: 4 months ago
JSON representation
A React Native app with dummy Ecommerce products
- Host: GitHub
- URL: https://github.com/mrsaeeddev/product-details-app
- Owner: mrsaeeddev
- Created: 2021-12-08T03:12:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T10:00:26.000Z (over 4 years ago)
- Last Synced: 2025-10-11T14:13:19.132Z (9 months ago)
- Language: HTML
- Size: 837 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Product Details App
# Steps to run cpde
- Run `npm install`
- After installing packages, you can run `yarn run platform_name` to run it on your platform of choice i.e. `android`, `ios` or `web`
# Steps to run tests
- Run `yarn jest` to run all tests
# Note:
- Since, I've deployed the server code (with dummy data) to a Heroku Server so you can run application without needing to do anything for that