To create a React app locally you do one of the following: npx create-react-app my-app yarn create react-app my-app Your project structure looks like this (with a lot of unwanted files): We end up deleting and changing a lot of files everytime we cr...