Skip to content

UI for an e-commerce store, built with React and consuming a GraphQL API

Notifications You must be signed in to change notification settings

devKiratu/eStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published