https://github.com/simbathesailor/shopping-cart-pwa
A simple shopping result pages , shopping cart and checkout page :handbag: :tropical_drink: :womans_hat:
https://github.com/simbathesailor/shopping-cart-pwa
ecommerce indexdb nodejs offline-capable progressive-web-app push-notifications pwa-apps react-router-v4 reactjs redux redux-thunk service-worker shopping-cart webshare
Last synced: 3 months ago
JSON representation
A simple shopping result pages , shopping cart and checkout page :handbag: :tropical_drink: :womans_hat:
- Host: GitHub
- URL: https://github.com/simbathesailor/shopping-cart-pwa
- Owner: simbathesailor
- License: mit
- Created: 2018-08-12T20:47:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T06:04:27.000Z (over 6 years ago)
- Last Synced: 2025-01-05T17:09:40.801Z (5 months ago)
- Topics: ecommerce, indexdb, nodejs, offline-capable, progressive-web-app, push-notifications, pwa-apps, react-router-v4, reactjs, redux, redux-thunk, service-worker, shopping-cart, webshare
- Language: JavaScript
- Homepage: https://radiant-coast-36384.herokuapp.com/
- Size: 985 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the sample project showcasing react and redux to create a e commerce website, supporting cart functionality and checkout.
**Steps to Run it locally**
Developed on Node version: __v8.9.4__
npm version : __5.6.0__
OS: __Linux mint__, MacOs Mojave v10.141. Clone or download this repo https://github.com/simbathesailor/shopping-cart
2. Change directory to "shopping-cart" folder // cd cd shopping-cart
3. yarn install to install dependencies
4. Run 'yarn start' to start the development server or 'npm run start'
5. For production build, run 'yarn build' or 'npm run build'