About

This is a simple cart application, created as an example for this article about testing React applications.

Getting Started

First, install the dependencies and then run the development server:

npm i
npm run dev
# or
yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.