dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.29k stars 2.2k forks source link

Can you reload the server on save? #1309

Open lusa opened 7 years ago

lusa commented 7 years ago

Hello, quick question: Is there a way to add server reloading on save backend files to this project? I am used to using nodemon to reload the server, but this interferes with webpack. I can specify nodemon to only reload the server files myself, but I was curious if there was already a hook to do this in the project. Thanks.