codeBelt/hapi-react-hot-loader-example

Nodemon restart with 'rs' not working

codeBelt opened this issue · 0 comments

Nodemon restart with 'rs' not working. It's related to an issue with concurrently:
https://github.com/kimmobrunfeldt/concurrently/issues/121

If you want this to work and you are on a mac. Change the dev task to "dev": "npm run watchServer & npm run devServer",