Skip to content

Vendure ecommerce built with React.js, Next.js and TypeScript. Redux toolkit, GraphQL, Apollo Client, Jest

Notifications You must be signed in to change notification settings

cecialbero/ecommerce-graphql-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHOP APP

This is an ecommerce project with a homepage that shows a variaty of products and a detail product page. On the homepage I can add items to the cart.

You'll find two folders:

Getting Started

  1. First, run Vendure server inside shop-app folder:
yarn dev

will start the Vendure server and worker processes from the src directory.

  1. Go back to client folder and run development server
yarn dev