oney / RCTWebRTCDemo

MIT License
215 stars 141 forks source link

[Help]: How have you deployed this project on Herokuapp ? #63

Closed rishabh-pandey-sternx closed 6 years ago

rishabh-pandey-sternx commented 6 years ago

Please Provide me with link/steps to do it.

adamcopley commented 6 years ago

quite easy - setup a new app on heroku - the instructions are on the site.

deploy this app: https://github.com/oney/react-native-webrtc-server and NOT the one in this repository

When you have setup said app, go to the "deploy" tab.

Instructions are on that page on how to deploy using git.

Remove the package-lock.json file (as the current one is out of date, and also update the node version within the "engines" section of package.json to a newer version. and there you are!