DEV Community

Discussion on: Developing Start Kubernetes with React, TypeScript, and Skaffold

Collapse
 
tiagovbarreto profile image
tiagovbarreto

Great article! Thank you!
I would like to know if did you try to debug it? I am facing some to debug a react app. With node I use --inspect to setup the debug port. Do you know what is the similar command in react?