This currently only reloads when there's a change in react app. I am planning to do most of back end work in Express itself and would need to code the APIs there. In such use case, I would need even the server side code to reload itself after every change. How is this possible with this setup?
This currently only reloads when there's a change in react app. I am planning to do most of back end work in Express itself and would need to code the APIs there. In such use case, I would need even the server side code to reload itself after every change. How is this possible with this setup?