Render


Docs


Deploy Node.js Express Backend Project

  1. In the Render Dashboard, click New > Web Service and connect your new repo.

  2. 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