DEV Community

Discussion on: How to use Docker in your Node and React Applications

Collapse
 
andrewbaisden profile image
Andrew Baisden

Auto reload already works for the React client frontend. I just updated the article with a new section (Optional) Using Nodemon to have the server auto restart when changes occur.

Nodemon will give you the ability to have changes auto update on the backend too!

Collapse
 
ksb86 profile image
kevshabar

👏