I cannot find a react configuration template to run my app

I cannot find the React configuration template however one for React native exists? How do I set up my react app with hot reloading I am currently running npm start the whole time from the terminal which is not usable in development.

0
1 comment

Please follow the instructions in https://www.jetbrains.com/help/webstorm/2021.2/react.html#react_running_and_debugging for running/debugging React applications
You need using a Javascript Debug run configuration for debugging the front-end apps that run in browser. For React apps, the IDE normally auto-creates the required run configurations as described in the Help article. All you need is starting the app and then using the auto-created run configuration to attach a debugger to it

0

Please sign in to leave a comment.