Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 500 Bytes

File metadata and controls

25 lines (16 loc) · 500 Bytes

Unit Testing React

Please click here to head to the course website.

How to run this project

Clone this repository to your local computer.

git clone git@github.com:felipecesr/unit-testing-react.git

From the command line, run the development server:

npm run dev

Solutions

All of the solutions are on the solutions branch. You can access them by using the following command:

git checkout solutions