Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 947 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 947 Bytes

React, GraphQL, and Lunar Sample App

Check out the materials from React Boston 2018:

Setup

Dependencies

This project uses yarn to manage dependencies.

yarn install

Starting the App

First, you will want to start the mock server:

yarn run start:apollolunar

Then you can start the app with:

yarn start

Testing the App

Run unit tests:

yarn test

Run Cypress Tests:

First, you need to get the app started up per the instructions above. Once both the mocks and web server are running, you can either:

Start the client:

yarn run cypress:open

or run in the console

yarn run cypress:run