React App Shopping Cart

This is a simple shopping cart where products are displayed in a list and a free shipping bar is shown when total price is more than R$10.

Installation

cd server
npm install

../
cd client
npm install

Usage

cd server
node app.js

../

cd client
npm start

Stack

React, Typescript, materialUI, Express, NodeJs.