E-commerce app for premium playing cards. Shop the latest and highest quality playing cards.
This is a full-stack app created with React. It has all the essential features of an e-commerce application.
deployed at - https://52shop.vercel.app/
-
clone this repo
-
run (to install all dependencies)
yarn install
- add following environment variable in .env
REACT_APP_BACKEND=https://shop52.herokuapp.com/api
- start app by running
yarn start