Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 879 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 879 Bytes

React Testing Workshop

You will find 3 branches in this repository.

The main branch contains the backend.

The starter branch contains the React application without tests.

The solution branch contains the React application with tests.

To run the application locally or the Cypress tests, you will have to also be running the backend in another terminal tab (so you will need to download this repository twice).

Coffee Shop Backend

This is the repo for the backend of the coffee shop app for the Big Nerd Ranch - React Testing Workshop.

Run with npm start.

After starting, visit http://localhost:3030 and you will see {"message":"Hi!"}.