Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to install react with typescript

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

# or
yarn create react-app my-app --template typescript
Source by create-react-app.dev #
 
PREVIOUS NEXT
Tagged: #install #react #typescript
ADD COMMENT
Topic
Name
9+5 =