In the tutorial /lesson1/chapter3, it informs the users to start the react front end with the command npm init react-app my-app but I think it was meant to be npx create-react-app my-app? npm init react-app simply creates a package.json. If this is an issue I can fix!