Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 366 Bytes

react-shopping-basket

A simple program that calculates the price of items added to the shopping basket

Install

  git clone https://github.com/SimoNonnis/react-shopping-basket.git
  cd  react-shopping-basket
  npm install             (or sudo npm install)
  npm start               (for development mode)
  npm run build           (for production mode)