I’m trying to deploy MERN stack project. I could deploy my client side, but I kept getting Cannot GET /
for server side.
it said Build successful but when I check browser, it says Cannot GET /
.
My package.json is like below.
"scripts": {
"start": "nodemon index.js"
}
And Build Command is npm install
, start command is nodemon index.js