Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.