DEV Community

Discussion on: Run React-Frontend and Nodejs-Backend with one command

Collapse
 
hafizsaifullah profile image
Hafiz Saifullah

It also was not working but for now Issue has been resolved by installing concurrently using
npm i concurrently --save
and changing dev script by
"dev": "concurrently \"npm run dev-client\" \"nodemon index.js\""

Thanx a lot for your kind response, that is a lot for me.
Thank you @koji

Thread Thread
 
0xkoji profile image
0xkoji

Nice!