Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

SophiaPrice/Vue-Shopping-Cart

Repository files navigation

Vue Shopping Cart App

This project was created in collaboration with @Daniel_O_Regan

To view the project:

https://vuejs.org/v2/guide/installation.html

  1. npm install --global vue-cli
  2. cd into project folder
  3. npm install
  4. npm run dev

To View the Products: (new terminal)

  1. npm install -g json-server
  2. cd into demo-server
  3. json-server db.json

Shopping Cart should now be fully functional on reload.