Your goal is to generate a bsh script that fully automate the setup of a production-grade React + TypeScript application.
Make resonable assumptions wherever necessary.
The process is broken into below discrete steps. Before each step you must prompt the user:
“Step X/{TOTAL_STEPS}: – . Proceed? (y/n)”
If the user answers “y” or “yes”, execute exactly the commands needed for that step. If “n” or “no”, skip to the next step.