/cydemo

Primary LanguageJavaScript

initiate server

cd server && node .

initiate client

cd client && npm start

Open http://localhost:3000 to view it in the browser.

initiate cypress

cd client && npx cypress open