Used for website testing. Cypress in a nutshell
Follow the Add a test tutorial on Cypress.
Check it out by running:
npm run start
It will run both cypress and the app. If you want just the web app:
npm run app
For that I used express which is a node web server. You can follow this tutorial to get started.
- Run two web app concurrently with node answer on Stackoverflow