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
-
Clone or download this repo https://github.com/simbathesailor/shopping-cart
-
Change directory to "shopping-cart" folder // cd cd shopping-cart
-
yarn install to install dependencies
-
Run 'yarn start' to start the development server or 'npm run start'
-
For production build, run 'yarn build' or 'npm run build'