I'd like to be able to compile and run a react app directly from VSCode, and then get into debug mode (and do it regardless if it's a javascript or typescript react app).
The expected steps are:
- Run
npm start
. - Launch the app in the browser.
- Enter debug mode.
How can this be done?