DEV Community

Anindha Parthy for Lamno

Posted on

Create React App with Typescript

To create a boilerplate React app using typescript use the following command.

npx create-react-app myapp --template typescript

Top comments (3)

Collapse
 
walid profile image
walidul

pnpm create react-app myapp --template typescript

Collapse
 
walid profile image
walidul

npm create-react-app myapp --template typescript

Collapse
 
walid profile image
walidul

yarn create react-app myapp --template typescript