React, GraphQL, and Lunar Sample App

Setup

Dependencies

This project uses npm to manage dependencies.

npm install

Starting the App

First, you will want to start the mock server:

npm run start:apollolunar

Then you can start the app with:

npm start

Testing

Run Cypress tests (from folder cypress/integration) with command npx cypress open