Cloning a Repository

Let's move our Git repository to our VM instance.

We'll cover the following...

For the purpose of this lesson, we will move a simple React app to our VM and access it through the internet. Here is the repository on GitHub:

widget

In the package.json file, we edit this part,

"scripts:"{
  "start": "react-scripts start",

and add, ...