react/create-app

Create React App

Create a new React application

react
create
app

Command

npx create-react-app my-app

Examples

Create new React app

npx create-react-app my-app

Create with TypeScript

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