I am a total beginner in React. I have forked an application on Github and am trying to run it on my local machine. However, as you can see, the folder structure does not have node modules. Does this mean I have to install create-react-app
globally on my computer to actually run it locally?
I am getting errors saying "react-scripts is not found" and "typescript is not installed" when I run npm start
.