Closed ankushbhardwxj closed 4 years ago
Currently, we have to npm start for client and npm start for server. We need a single command like npm run dev that would start both client and server.
npm start
npm run dev
@RAJAGOPALAN-GANGADHARAN I'd get this done 👍
Yes thats great would love to see the entire things in action.
Currently, we have to
npm start
for client andnpm start
for server. We need a single command likenpm run dev
that would start both client and server.