node-js-getting-started
node-js-getting-started copied to clipboard
WebRTC "start": "cd src&&node app.js" giving "Application Error" for my deployed app
How can i run my project? Its always giving me Application Error whenever i run.
My scripts:
"scripts": {
"start": "cd src&&node app.js"
},
"scripts": { "start": "cd src&&node app.js" }; I think is this....