Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.03 KB

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