Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 250 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 250 Bytes

Install

npm install

(this could take a few minutes)

Run

In one console window, start up the project

npm start

after that starts, in a second console window open cypress

npx cypress open

OR

npm run cypress-open