Shopping Cart

Simple shopping cart with Vue.js and Node.js.

Shopping-Cart

Usage

Backend with Node.js

$ cd server
$ npm run dev

Client with Vue.js

$ cd client
$ npm run serve

GitHub