Can we create a react app using TypeScript as template in bun? #819
KeshariPiyush24
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to do something similar to
npx create-react-app test --template typescript
in bun. I tried runningbun create react test --template typescript
but from what I could observe It makes no difference on the structure of the project.Beta Was this translation helpful? Give feedback.
All reactions