[RadiantTransparentOrigin - Replit]
i tried to follow the tutorial from
( PERN Stack Course - Postgres, Express, React, and Node - YouTube )
but the server won’t launch, so i changed replit and created a new one using the react template, but now the fetch is still failing, and if the react is online(meaning : i use the command “npm run dev”, then the server won’t turn on, but if i turn on the server ( meaning : i use “node ./server/index.js” the server is online, and i can access it using postman ) ). Please help
-thank you