Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccmorataya/lemonade
https://github.com/ccmorataya/lemonade
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccmorataya/lemonade
- Owner: ccmorataya
- Created: 2020-06-04T17:13:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:56:12.000Z (9 months ago)
- Last Synced: 2024-11-07T03:37:58.584Z (2 months ago)
- Language: JavaScript
- Size: 7.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.