This is a project created using Create React App. In order to start, you should install dependencies first via the npm install
in the project root.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Starts a Cypress GUI. Currently, it is set up with baseUrl
set to localhost
, so make sure the app is also running
Runs Cypress tests headlessly. App should be running before in order to make it work.