DEV Community

Discussion on: How to start a project with React + TypeScript

Collapse
 
thelogicwarlock profile image
Kaemon Lovendahl

Thanks for the suggestion, I didn't know that that was something you could do with yarn!

I was referencing create-react-app from the Create React App Docs.

I'll add yarn create react-app app-name --template typescript as an additional option.