UI for an e-commerce store.
This project was created using create-react-app and consumes a custom graphql endpoint using an apollo client
To run this project locally:
Frontend
- Clone this repository
- Run
npm installto install the dependencies - Run
npm startto start the project. It should open onlocalhost:3000
Backend
You can interact with the project's backend, a graphql server, here