i am trying to use the react-express-mysql.
when hitting
and then
the frontend starts up correctly on the port 3000, however the express backend is not.
backend_1 |
backend_1 | > backend@0.1.0 start-watch
backend_1 | > nodemon src/index.js --inspect=0.0.0.0:9229
backend_1 |
backend_1 | sh: 1: nodemon: not found
Do you happen to know what might be a good fix for this?
Thanks in advance!
i am trying to use the
react-express-mysql.when hitting
and then
the frontend starts up correctly on the port
3000, however the express backend is not.Do you happen to know what might be a good fix for this?
Thanks in advance!