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.
Clone this repo and run following command for starting the mock server:
npm install
npm run start
# or
yarn install
yarn start