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

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:

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.14

1. 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'