Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 515 Bytes

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.