Answers for "how to start a new typescript project using yarn"

15

yarn create react app 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 "how to start a new typescript project using yarn"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language