E-commerce Shopping Cart Application

Site : https://ecommerce-shopping-cart.netlify.app/

Demo

Demo

Install

$ https://github.com/miranaitamara/ecommerce-shopping-cart.git
$ yarn

Run Server

$ npm install -g json-server
Then
$ yarn server
or
$ json-server public/db.json --port 8000

Run App

$ yarn start

Open http://localhost:3000 to view it in the browser.