https://github.com/basir/ecommerce-shopping-cart
Learn React & Redux From 0 to 100 in this course
https://github.com/basir/ecommerce-shopping-cart
react redux shopping-cart
Last synced: 10 months ago
JSON representation
Learn React & Redux From 0 to 100 in this course
- Host: GitHub
- URL: https://github.com/basir/ecommerce-shopping-cart
- Owner: basir
- Created: 2019-03-25T05:24:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:49:10.000Z (over 3 years ago)
- Last Synced: 2025-04-13T06:43:28.840Z (about 1 year ago)
- Topics: react, redux, shopping-cart
- Language: JavaScript
- Homepage: https://basir.github.io/ecommerce-shopping-cart/
- Size: 4.05 MB
- Stars: 144
- Watchers: 7
- Forks: 112
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce Shopping Cart Application
Learn React & Redux From 0 to 100 in this course at https://codingwithbasir.com
## Demo
Open [Shopping Cart Demo](https://basir.github.io/ecommerce-shopping-cart/)

## 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](http://localhost:3000) to view it in the browser.