Skip to main content

install

npm

npx create-react-app my-app

typescript

npx create-react-app my-app --template typescript

yarn

yarn create react-app my-app

TypeScript

yarn create react-app my-app --template typescript