Check out the materials from React Boston 2018:
This project uses yarn to manage dependencies.
yarn installFirst, you will want to start the mock server:
yarn run start:apollolunarThen you can start the app with:
yarn startyarn testFirst, 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:openor run in the console
yarn run cypress:run