I cloned the git repo of swagger-editor. Locally, every thing works great when i execute "npm start".
But when i push the repo to a Heroku app, "npm start" get executed, but when trying to access to the heroku app, i have a timeout and an error in the heroku logs :
2015-11-19T15:45:00.747101+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2015-11-19T15:45:00.747101+00:00 heroku[web.1]: Stopping process with SIGKILL
2015-11-19T15:45:01.424258+00:00 heroku[web.1]: Process exited with status 137
2015-11-19T15:45:01.488687+00:00 heroku[web.1]: State changed from starting to crashed
Can anyone please help me with deploying swagger-editor to heroku ?
Thanks everyone !