Fully wires up a new route with required boilerplate, following this repo's conventions for subapps. Use when user wants to add a new route or app or subapp or page or screen.
Use this checklist to track your work:
If the name of the new app and the desired route have not already been specified, AskUserQuestion to determine that information, e.g. MyApp at /my-app.
Use the answer in the next step.
./templates/static/Replace/./templates/dynamic/Replace//src/Apps/<NewApp>replace and Replace with appropriate naming (case-sensitive)Add the new route to the main route list at src/routes.tsx. Follow existing conventions re: alphabetization.
Additional dev advice:
Indicate you are done with a /beep