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