This project uses npm to manage dependencies.
npm install
First, you will want to start the mock server:
npm run start:apollolunar
Then you can start the app with:
npm start
Run Cypress tests (from folder cypress/integration
) with command npx cypress open