The simplest Typescript + React app I could come up with. Uses Deno because the runtime has out-of-the-box support for Typescript and TSX.
You need to install Deno to run this app: https://deno.land#installation
All the build scripts are listed in deno.json
. These are the important ones:
deno task start # Run dev server
deno task build # Build a bundle for use with static server