You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we need to start server inside the server directory using nodemon app.js and start client using npm start. We want a single command npm start which should start both the server and the client.
Currently, we need to start server inside the server directory using
nodemon app.jsand start client usingnpm start. We want a single commandnpm startwhich should start both the server and the client.