/thinkster-cypress-webinar-619

Webinar for Introduction to Cypress

Primary LanguageJavaScript

to prepare

  • install the latest Node and NPM
  • install git
  • from a command line in a directory where you want to store the sample code
git clone https://github.com/joeeames/thinkster-cypress-webinar-619.git
cd thinkster-cypress-webinar-619
npm install
  • then open up 2 more terminal windows. From each one run one of the following commands in the following order
npm run server
npm start
  • leave your 3rd terminal open and ready to use