Learn React & Redux From 0 to 100 in this course at https://codingwithbasir.com
Open Shopping Cart Demo
$ clone [email protected]:basir/ecommerce-shopping-cart.git
$ yarn
$ npm install -g json-server
Then
$ yarn server
or
$ json-server public/db.json --port 8000
$ yarn start
Open http://localhost:3000 to view it in the browser.