Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelx/shoppingcart
react-redux simple shopping cart
https://github.com/steelx/shoppingcart
react redux shopping-cart
Last synced: 2 days ago
JSON representation
react-redux simple shopping cart
- Host: GitHub
- URL: https://github.com/steelx/shoppingcart
- Owner: steelx
- Created: 2017-10-14T17:08:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:26:36.000Z (almost 2 years ago)
- Last Synced: 2023-04-05T23:12:08.252Z (over 1 year ago)
- Topics: react, redux, shopping-cart
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=J7Tw1hlK41E
- Size: 775 KB
- Stars: 20
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Book session on Codementor](https://cdn.codementor.io/badges/book_session_github.svg)](https://www.codementor.io/ajinkyax?utm_source=github&utm_medium=button&utm_term=ajinkyax&utm_campaign=github)
# shoppingcart
react-redux simple shopping cart## WATCH TUTORIAL
[Youtube Playlist](https://www.youtube.com/playlist?list=PLq5m66kIJ5Z9RX29udAzvG7LPC_yOzKDc)## SETUP
```
npm install
```## RUN (open 2 terminal tabs)
```
webpack
node server.js
```
and open in browser `http://localhost:3000/`### OR else just open public folder and run local server without installing anything =>
```
cd public
http-server
```#RUN TESTS
```
npm run test
```DEMO:
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/J7Tw1hlK41E/0.jpg)](https://www.youtube.com/watch?v=J7Tw1hlK41E)