Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 330 Bytes

XT Shopping Cart Assignment

This is the base folder for the shopping cart exercise. You will have all the static assets and mock server responses available in this repo.

Getting Started

Clone this repo and run following command for starting the mock server:

npm install
npm run start
# or
yarn install
yarn start