# Cloning repo
git clone https://github.com/igorshubovych/cypress-workshop
# Installing dependencies
cd cypress-workshop
npm install
cd todomvc-vue
npm install
cd ..
cd todomvc-react
npm install
cd ..
See instruction in repo
You can start from scratch using this repo: https://github.com/igorshubovych/cypress-e2e-starter-kit