Hi!
I’ve been trying to upload my Typescript website for some time now. But I just can’t figure out how. I am very new to Typescript and React stuff so I know I’ve missed a lot of needed files but I need help on how to set them up.
What build tooling and frameworks are you using to work with typescript/react? Many online tutorials for Vercel unfortunately recommend checking in the built javascript files, but I’ve had success with using github actions to build during deployment to keep my repository clean. You can check out my repo for an example, but unfortunately it’s an express project, so won’t get you all the way there.