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
We want to run frontend on another server and backend on another server. But in the current code, only one server.js file is referred while doing npm start.
Can anyone guide me how I can make both platforms separate for this project?