Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 724 Bytes

testing-workshop-cypress

Requirements

Setup

In order to get the code and install dependencies

git clone --depth 1 [email protected]:mark43/testing-workshop-cypress.git
cd testing-workshop-cypress
npm i && npm run dev

Note for Windows users: if npm start throws an error, it is probably due to cd todomvc; ... first command in the npm start script. In this case change the working folder to "todomvc" and run npm start from there.

You should be able to access the app at http://localhost:3000