Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 499 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 499 Bytes

Vending Machine React Web App

Quick Start

git clone https://github.com/atabaygorkem/vending-machine-react-app.git

cd vending-machine-react-app

npm install

npm start

Tests

Cypress Tests

Before running tests, make sure the application runs on port 3000

Run command at the project's root directory

npm run cypress:open

React Testing Library

Run command at the project's root directory

npm test