Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.09 KB

Getting started

Before starting the course, please have VSCode or another code editor installed. Make sure to install the testing framework jest.

yarn add --dev jest

OR

npm install --save-dev jest

Each branch covers different concepts discussed during the course. Branches 4 and 6 have solutions to exercises covered in previous branches. the final version of the project is on branch 10-finalversion.

This course was written and recorded by Frontend Masters. The code here is licensed under the Apache 2.0 license and the course notes are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license.

See a Bug or Typo?

Pull requests are welcome!