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 install
to install the dependencies - Run
npm start
to start the project. It should open onlocalhost:3000
Backend
You can interact with the project's backend, a graphql server, here