Skip to content

A simple shopping result pages , shopping cart and checkout page 👜 🍹 👒

License

Notifications You must be signed in to change notification settings

simbathesailor/shopping-cart-pwa

Repository files navigation

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'