Render
Docs
Deploy Node.js Express Backend Project
In the Render Dashboard, click
New
>Web Service
and connect your new repo.Provide the following values during creation:
Language: Node
Build Command: npm install
Start Command: node app.js
OR
Build Command: npm run build
Start Command: node ./dist/final.js
Last updated