I didn't clone or fork the project repo because I wanted to create everything from scratch. I also wanted to gain experience resolving any implementation details that had changed since the tutorial ...
create-react-app is a global command-line utility that you use to create new projects. react-scripts is a development dependency in the generated projects (including this one). You almost never need ...