if you did npx create-react-app should I install dependencies with npm or yarn? code example Example: create react app npx create-react-app my-app cd my-app npm start