Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 483 Bytes

eStore

UI for an e-commerce store.
This project was created using create-react-app and consumes a custom graphql endpoint using an apollo client

Run the project

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 on localhost:3000

Backend
You can interact with the project's backend, a graphql server, here