Check out the materials from React Boston 2018:
This project uses yarn to manage dependencies.
yarn install
First, you will want to start the mock server:
yarn run start:apollolunar
Then you can start the app with:
yarn start
yarn test
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