Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:49:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T07:50:44.607Z (16 days ago)
- Topics: react, redux, shopping-cart
- Language: JavaScript
- Homepage: https://basir.github.io/ecommerce-shopping-cart/
- Size: 4.05 MB
- Stars: 140
- Watchers: 8
- Forks: 113
- Open Issues: 20
-
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/)![Demo](https://basir.github.io/ecommerce-shopping-cart/demo.gif)
## Install
```
$ clone [email protected]: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.