Skip to content

basir/ecommerce-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Shopping Cart Application

Learn React & Redux From 0 to 100 in this course at https://codingwithbasir.com

Demo

Open Shopping Cart Demo

Demo

Install

$ clone git@github.com:basir/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.