/ecommerce-shopping-cart

Learn React & Redux From 0 to 100 in this course

Primary LanguageJavaScript

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.