ionic2-mean-heroku-todo-app
ionic2-mean-heroku-todo-app copied to clipboard
express.static('www') not working from heroku
see: https://forum.ionicframework.com/t/problem-one-mean-ionic-2-todo-app-on-heroku/61985
Everything works from localhost:8080
but only the Rest API works from heroku.
Are you supposed to be able to serve the app from heroku in this tutorial? or only the API?
I'm still not able to get this to work - I can run the app from localhost but not from heroku. However, the API does work just fine. Just to confirm - am I supposed to be able to host both the App and the API on heroku?