/react-shopping-basket

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

Primary LanguageJavaScriptMIT LicenseMIT

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)