Skip to content

stevekinney/dropbear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!