Skip to content

Create React App

shell
npx create-react-app my-app
cd my-app
npm start
shell
npx create-react-app my-app --template typescript

Supported Browsers and Features

Support for Internet Explorer 9, 10, and 11 requires polyfills.

Powered by VitePress