- Install dependencies using npm by typing
npm install
- Run application and server with
npm run dev
- Run unit tests using Jest with
npm run test
- Run E2E tests using Cypress with
npm run cypress:open
You need to close the server before running cypress tests