Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 447 Bytes

Shopping Cart

Simple Shopping cart app using React & Redux

Instructions to run locally

  1. Install node and npm
  2. Run npm install
  3. Run npm run build to build the project
  4. Run npm start to start local server
  5. Hit http://localhost:8080 in the browser to access the app

Tests

  1. Run npm test to run the unit tests

Link to live demo

https://shashikanthgadgay.github.io/shopping-cart/