Lade deine App (inkl. package.json) ins Verzeichnis und trage den Start-Befehl in den Einstellungen ein. Beispiel Start-Befehl: npm start oder node server.js Beispiel Build-Befehl (optional): npm run build
package.json
npm start
node server.js
npm run build