Answers for "npx create react-app --template typescript"

15

create react app template typescript

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

# or

yarn create react-app my-app --template typescript
Posted by: Guest on November-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language