every command ever!
You don't need to remember everything, you just need to know where to find it, when you need it.
search
Create React App using npm
npm init react-app app-name
Create React App using npx
npx create-react-app app-name
Create React App using Yarn
yarn create react-app app-name
Create React Typescript App using npm
npm init react-app app-name --template typescript
Create React Typescript App using npx
npx create-react-app app-name --template typescript
Create React Typescript App using Yarn
yarn create react-app app-name --template typescript
about cmdr
cmdr is a directory of commands which are often used during software development, categorized across different technologies.